mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-04 11:34:55 +03:00
fix(ui): improve vertical alignment of icons with text in the overflow menu (#7314)
- Add `vertical-align: baseline` to the svg class. - Improves the vertical alignment of the icons that contain text in the overflow menu, and possibly in other places. Co-authored-by: Simon Ochsenreither <simon@ochsenreither.de> Co-committed-by: Simon Ochsenreither <simon@ochsenreither.de>
This commit is contained in:
parent
7990bcf333
commit
da8aa01466
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ a.label,
|
|||
}
|
||||
|
||||
.ui.menu .item > .svg {
|
||||
align-self: baseline;
|
||||
margin-right: 0.35em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue