mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-20 03:11:35 +02:00
fix(ui): improve vertical alignment of icons with text in the overflow menu
This commit is contained in:
parent
d53dfcbccb
commit
49b6a3788e
1 changed files with 1 additions and 0 deletions
|
@ -375,6 +375,7 @@ a.label,
|
|||
}
|
||||
|
||||
.ui.menu .item > .svg {
|
||||
align-self: baseline;
|
||||
margin-right: 0.35em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue