MDL-72267 theme_boost: prevent dropdowns to overflow drawer

This commit is contained in:
Bas Brands
2021-08-03 12:04:48 +02:00
parent dc437b5171
commit 25cec83cd6
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -254,4 +254,8 @@ $right-drawer-width: 320px;
flex-wrap: nowrap;
overflow-y: auto;
padding: 0.5rem;
.dropdown-menu .dropdown-item {
width: 220px;
white-space: normal;
}
}
+3
View File
@@ -14407,6 +14407,9 @@ body.drawer-ease {
flex-wrap: nowrap;
overflow-y: auto;
padding: 0.5rem; }
.drawercontent .dropdown-menu .dropdown-item {
width: 220px;
white-space: normal; }
#page-my-index {
background-color: #f7f7f7; }
+3
View File
@@ -14630,6 +14630,9 @@ body.drawer-ease {
flex-wrap: nowrap;
overflow-y: auto;
padding: 0.5rem; }
.drawercontent .dropdown-menu .dropdown-item {
width: 220px;
white-space: normal; }
#page-my-index {
background-color: #f7f7f7; }