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

This commit is contained in:
Adrian Perez 2019-02-09 19:10:11 +01:00
parent 43f894f2ba
commit ed73a073a3
2 changed files with 12 additions and 0 deletions

View file

@ -804,3 +804,11 @@
#overriderolestable .overriddenpermission {
@extend .table-warning;
}
#page-admin-search {
@media (min-width: 576px) {
.container {
overflow-wrap: break-word;
}
}
}

View file

@ -10966,6 +10966,10 @@ div.editor_atto_toolbar button .icon {
.modal.modal-in-page {
z-index: 0; }
@media (min-width: 576px) {
#page-admin-search .container {
overflow-wrap: break-word; } }
.blockmovetarget .accesshide {
position: relative;
left: initial; }