mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +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 {
|
||||
@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 {
|
||||
z-index: 0; }
|
||||
|
||||
@media (min-width: 576px) {
|
||||
#page-admin-search .container {
|
||||
overflow-wrap: break-word; } }
|
||||
|
||||
.blockmovetarget .accesshide {
|
||||
position: relative;
|
||||
left: initial; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue