MDL-64563 theme_boost: Add page site admin category name word-break
This commit is contained in:
@@ -826,4 +826,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.container {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11154,6 +11154,10 @@ div.editor_atto_toolbar button .icon {
|
||||
padding-left: 0.5rem;
|
||||
content: "/"; }
|
||||
|
||||
@media (min-width: 576px) {
|
||||
#page-admin-search .container {
|
||||
overflow-wrap: break-word; } }
|
||||
|
||||
.blockmovetarget .accesshide {
|
||||
position: relative;
|
||||
left: initial; }
|
||||
|
||||
Reference in New Issue
Block a user