Replace gt-word-break with tw-break-anywhere

Mass replace based on https://github.com/go-gitea/gitea/pull/31183/files.
This commit is contained in:
0ko 2024-06-11 08:57:27 +05:00
parent 187860bded
commit 467460679b
15 changed files with 17 additions and 22 deletions

View file

@ -3,11 +3,6 @@ Gitea's tailwind-style CSS helper classes have `gt-` prefix.
Gitea's private styles use `g-` prefix.
*/
.gt-word-break {
word-wrap: break-word !important;
overflow-wrap: anywhere;
}
.gt-ellipsis {
overflow: hidden !important;
white-space: nowrap !important;