Add inline forms styles to insert-link modal

This commit is contained in:
Paul Clarke 2016-09-02 16:37:59 +12:00
parent 79b7f84a46
commit c3f4d0cf0b
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ input.radio {
// Apply .form--inline to forms to state whether or not the label and input should become inline
// @include form-responsive(turns inline, stops being full width, reduced portion of screen width is used)
.form--inline,
.ss-insert-link .form__fieldgroup,
.cms-edit-form:not(.AssetAdmin) {
@include form-responsive(lg, xl, xxl);
}