N°4247 - Activity panel: Make sure that cancel / send buttons always stay on the same line

This commit is contained in:
Molkobain
2021-09-15 15:39:25 +02:00
parent c0fc62bcb8
commit 0e35b8e4fa

View File

@@ -54,6 +54,9 @@ $ibo-caselog-entry-form--lock-message--margin-left: 1rem !default;
margin-left: $ibo-caselog-entry-form--lock-message--margin-left;
}
.ibo-caselog-entry-form--action-buttons--main-actions {
@extend %ibo-vertically-centered-content; /* We don't set this rule to .ibo-caselog-entry-form--action-buttons--extra-actions as well because its content can be anything, so we don't know how it will behave... */
}
.ibo-caselog-entry-form--action-buttons--main-actions > .ibo-popover-menu {
z-index: 1;
}