mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
MDL-64563 theme_boost: Add page site admin category name word-break
This commit is contained in:
parent
43f894f2ba
commit
ed73a073a3
2 changed files with 12 additions and 0 deletions
|
@ -804,3 +804,11 @@
|
||||||
#overriderolestable .overriddenpermission {
|
#overriderolestable .overriddenpermission {
|
||||||
@extend .table-warning;
|
@extend .table-warning;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#page-admin-search {
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
.container {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -10966,6 +10966,10 @@ div.editor_atto_toolbar button .icon {
|
||||||
.modal.modal-in-page {
|
.modal.modal-in-page {
|
||||||
z-index: 0; }
|
z-index: 0; }
|
||||||
|
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
#page-admin-search .container {
|
||||||
|
overflow-wrap: break-word; } }
|
||||||
|
|
||||||
.blockmovetarget .accesshide {
|
.blockmovetarget .accesshide {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: initial; }
|
left: initial; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue