diff options
author | 0ko <0ko@noreply.codeberg.org> | 2024-08-04 13:10:15 +0200 |
---|---|---|
committer | 0ko <0ko@noreply.codeberg.org> | 2024-08-04 13:10:15 +0200 |
commit | a4f1d0bc437e45e0fc9208b2210fe24e172b46c3 (patch) | |
tree | 96f71ae6a794ffb0e464558c930f090e67a34505 /web_src | |
parent | Arch packages implementation (#4785) (diff) | |
download | forgejo-a4f1d0bc437e45e0fc9208b2210fe24e172b46c3.tar.xz forgejo-a4f1d0bc437e45e0fc9208b2210fe24e172b46c3.zip |
fix(ui): prevent uppercase in header of dashboard context selector
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/css/dashboard.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/css/dashboard.css b/web_src/css/dashboard.css index 2ee2399d73..4bb9fa38bf 100644 --- a/web_src/css/dashboard.css +++ b/web_src/css/dashboard.css @@ -7,6 +7,7 @@ .dashboard.feeds .context.user.menu .ui.header, .dashboard.issues .context.user.menu .ui.header { font-size: 1rem; + text-transform: none; } .dashboard.feeds .filter.menu, |