0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 23:33:15 -05:00

fix(ui): prevent uppercase in header of dashboard context selector

(cherry picked from commit a4f1d0bc43)
This commit is contained in:
0ko 2024-08-04 16:10:15 +05:00 committed by forgejo-backport-action
parent 7e85d5b6d9
commit e5749e3d32

View file

@ -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,