Update menu width
This commit is contained in:
parent
7f263e9870
commit
b540427030
|
@ -67,7 +67,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: var(--cell-background);
|
background: var(--cell-background);
|
||||||
border: var(--cell-border);
|
border: var(--cell-border);
|
||||||
width: 160px;
|
width: 180px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue