Skip to content

Commit

Permalink
MDL-64563 theme_boost: Add page site admin category name word-break
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Perez committed Feb 9, 2019
1 parent 694513e commit 03f88d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/boost/scss/moodle/admin.scss
Expand Up @@ -826,6 +826,11 @@
}
}
}
@media (min-width: 576px) {
.container {
overflow-wrap: break-word;
}
}
}

#page-admin-tasklogs {
Expand Down
4 changes: 4 additions & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -11154,6 +11154,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; }
Expand Down

0 comments on commit 03f88d7

Please sign in to comment.