From 794dada9d618163d156b5d6c6ed4380a16f7899a Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 21 Mar 2019 00:41:29 +0100 Subject: [PATCH] MDL-64563 theme_classic: regenerated with grunt --- theme/classic/style/moodle.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 1c99d5dea7c..49db17236c7 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -11404,6 +11404,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; } -- 2.43.0