diff options
Diffstat (limited to 'web_src/css/helpers.css')
-rw-r--r-- | web_src/css/helpers.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css index 520a199682..68d4a1b021 100644 --- a/web_src/css/helpers.css +++ b/web_src/css/helpers.css @@ -76,6 +76,7 @@ Gitea's private styles use `g-` prefix. .gt-self-end { align-self: flex-end !important; } .gt-no-underline { text-decoration-line: none !important; } .gt-w-auto { width: auto !important; } +.gt-normal-case { text-transform: none !important; } .gt-overflow-x-auto { overflow-x: auto !important; } .gt-overflow-x-scroll { overflow-x: scroll !important; } |