Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
58190d48
Commit
58190d48
authored
Mar 21, 2019
by
Eloy Lafuente
Browse files
Merge branch 'wip-master-MDL-64563' of
https://github.com/adpe/moodle
parents
99774ce0
03f88d71
Changes
2
Hide whitespace changes
Inline
Side-by-side
theme/boost/scss/moodle/admin.scss
View file @
58190d48
...
...
@@ -826,6 +826,11 @@
}
}
}
@media
(
min-width
:
576px
)
{
.container
{
overflow-wrap
:
break-word
;
}
}
}
#page-admin-tasklogs
{
...
...
theme/boost/style/moodle.css
View file @
58190d48
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment