diff --git a/theme/bootstrapbase/less/moodle/dock.less b/theme/bootstrapbase/less/moodle/dock.less index 9dfc80b9d3a..e55926c9acf 100644 --- a/theme/bootstrapbase/less/moodle/dock.less +++ b/theme/bootstrapbase/less/moodle/dock.less @@ -110,6 +110,8 @@ body.has_dock { font-size: 1.1em; padding: 0; margin: 0; + float: left; + max-width: 85%; } .commands { display: block; diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index fe8f42d89ad..860baa3ff5c 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -16647,6 +16647,8 @@ body.has_dock div#dock { font-size: 1.1em; padding: 0; margin: 0; + float: left; + max-width: 85%; } #dockeditempanel .dockeditempanel_hd .commands { display: block;