Small editor spacing fix.

This commit is contained in:
Dermot Duffy
2022-06-11 11:15:22 -07:00
parent 793799a9f8
commit ca9af9856c
+2 -2
View File
@@ -25,7 +25,6 @@
.values {
background: var(--secondary-background-color);
display: grid;
margin-bottom: 10px;
}
div.upgrade {
width: auto;
@@ -78,7 +77,8 @@ div.upgrade span {
// Nested menus should shrink width.
.submenu .submenu {
width: calc(100% - 10px * 2);
margin: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.submenu :not(.submenu.selected) {