smaller context menu

This commit is contained in:
azivner 2018-11-20 22:55:07 +01:00
parent 6cb7d0098e
commit 92ffe321aa

View File

@ -531,12 +531,12 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
padding: 20px; padding: 20px;
} }
.context-menu { .context-menu-container {
font-size: small; font-size: small;
} }
.context-menu .dropdown-item { #context-menu-container .dropdown-item {
padding: 2px 10px 2px 10px; padding: 0 7px 0 10px;
} }
/* if modal height overflows, then only modal body scrolls */ /* if modal height overflows, then only modal body scrolls */