fix: minor alignment issues in menus
This commit is contained in:
parent
ff2960b6bf
commit
efeea5b2d4
1 changed files with 2 additions and 1 deletions
|
@ -351,7 +351,8 @@ onBeforeUnmount(() => {
|
||||||
}
|
}
|
||||||
|
|
||||||
> .item {
|
> .item {
|
||||||
display: block;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 6px 16px;
|
padding: 6px 16px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue