1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

Revert #28753 because UI broken. (#29293)

Revert #29255
Revert #28753
This commit is contained in:
Lunny Xiao
2024-02-21 22:14:37 +08:00
committed by GitHub
parent 79217ea63c
commit e6e50696b8
5 changed files with 23 additions and 13 deletions

View File

@@ -48,7 +48,6 @@ Gitea's private styles use `g-` prefix.
.gt-max-width-12rem { max-width: 12rem !important; }
.gt-max-width-24rem { max-width: 24rem !important; }
.gt-max-width-36rem { max-width: 36rem !important; }
/* below class names match Tailwind CSS */
.gt-break-all { word-break: break-all !important; }