aboutsummaryrefslogtreecommitdiff
path: root/ext/css/material.css
diff options
context:
space:
mode:
Diffstat (limited to 'ext/css/material.css')
-rw-r--r--ext/css/material.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/css/material.css b/ext/css/material.css
index 1177baa1..2c7195cb 100644
--- a/ext/css/material.css
+++ b/ext/css/material.css
@@ -994,3 +994,8 @@ button.popup-menu-item:disabled {
padding: 0.5em 0.75em;
font-size: var(--font-size-small);
}
+.popup-menu-item-group {
+ display: flex;
+ flex-flow: row nowrap;
+ align-items: stretch;
+}