From eaaaeface3a24399c48b5212c8ccb31d4d29a197 Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Sat, 9 Feb 2019 19:10:11 +0100 Subject: [PATCH] MDL-64563 theme_boost: Add page site admin category name word-break --- theme/boost/scss/moodle/admin.scss | 5 +++++ theme/boost/style/moodle.css | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/theme/boost/scss/moodle/admin.scss b/theme/boost/scss/moodle/admin.scss index 4faa33e8c3a..5ef32dbdd89 100644 --- a/theme/boost/scss/moodle/admin.scss +++ b/theme/boost/scss/moodle/admin.scss @@ -826,4 +826,9 @@ } } } + @media (min-width: 576px) { + .container { + overflow-wrap: break-word; + } + } } diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 6b2ff1dbb57..fca2b70d426 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -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; } } + .blockmovetarget .accesshide { position: relative; left: initial; }