1
0
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:
Eloy Lafuente (stronk7) 2019-03-21 00:35:05 +01:00
commit 58190d4807
2 changed files with 9 additions and 0 deletions
theme/boost
scss/moodle
style

@ -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; }