mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
fix(ui): prevent uppercase in header of dashboard context selector
This commit is contained in:
parent
f17194ca91
commit
a4f1d0bc43
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue