fix(ui): improve vertical alignment of icons with text in the overflow menu

This commit is contained in:
Simon Ochsenreither 2025-03-23 21:32:41 +01:00
parent d53dfcbccb
commit 49b6a3788e

View file

@ -375,6 +375,7 @@ a.label,
}
.ui.menu .item > .svg {
align-self: baseline;
margin-right: 0.35em;
}