Skip to content

Commit

Permalink
style: word-wrap → overflow-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
uidev1116 committed Nov 7, 2024
1 parent 3e40897 commit a152229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acmscss/acms-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -8091,7 +8091,7 @@ a.acms-admin-label-danger:focus {
line-height: var(--acms-tooltip-line-height);
text-align: left;
white-space: normal;
word-wrap: break-word;
overflow-wrap: anywhere;
word-break: break-all;
background: var(--acms-admin-tooltip-bg-color);
border-radius: 4px;
Expand Down
2 changes: 1 addition & 1 deletion acmscss/acms.css
Original file line number Diff line number Diff line change
Expand Up @@ -6940,7 +6940,7 @@ th[aria-sort=descending] .acms-th-sort-btn-icon {
line-height: var(--acms-tooltip-line-height);
white-space: normal;
text-align: left;
word-wrap: break-word;
overflow-wrap: anywhere;
word-break: break-all;
background: var(--acms-tooltip-bg-color);
border-radius: 4px;
Expand Down

0 comments on commit a152229

Please sign in to comment.