Update menu width

This commit is contained in:
Andrew Kingston 2023-03-09 17:54:52 +00:00
parent 7f263e9870
commit b540427030
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
position: absolute;
background: var(--cell-background);
border: var(--cell-border);
width: 160px;
width: 180px;
border-radius: 4px;
display: flex;
flex-direction: column;