mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 01:44:27 +02:00
Merge branch 'wip-master-MDL-64563' of https://github.com/adpe/moodle
This commit is contained in:
commit
58190d4807
theme/boost
@ -826,6 +826,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.container {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#page-admin-tasklogs {
|
||||
|
@ -11163,6 +11163,10 @@ div.editor_atto_toolbar button .icon {
|
||||
padding-left: 0.5rem;
|
||||
content: "/"; }
|
||||
|
||||
@media (min-width: 576px) {
|
||||
#page-admin-search .container {
|
||||
overflow-wrap: break-word; } }
|
||||
|
||||
#page-admin-tasklogs .task-class {
|
||||
font-size: 0.8203125rem;
|
||||
color: #868e96; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user