MDL-64563 theme_boost: Add page site admin category name word-break

This commit is contained in:
Adrian Perez
2019-02-09 20:16:21 +01:00
parent bc41eabea5
commit eaaaeface3
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -826,4 +826,9 @@
}
}
}
@media (min-width: 576px) {
.container {
overflow-wrap: break-word;
}
}
}
+4
View File
@@ -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; }