MDL-60153 theme_bootstrapbase: Fix align of edit section menu

This commit is contained in:
Tim Lock 2017-09-18 10:28:15 +09:30
parent d8e9a23c48
commit 68e983e540
2 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,7 @@
// if roles icon missing, add space
margin-left: 20px;
}
.section_action_menu,
.section .activity .commands {
white-space: nowrap;
display: inline;

View File

@ -6002,6 +6002,7 @@ img.iconsmall {
.editing_hide + .editing_assign {
margin-left: 20px;
}
.section_action_menu,
.section .activity .commands {
white-space: nowrap;
display: inline;