mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Add inline forms styles to insert-link modal
This commit is contained in:
parent
79b7f84a46
commit
c3f4d0cf0b
@ -293,6 +293,7 @@ input.radio {
|
|||||||
// Apply .form--inline to forms to state whether or not the label and input should become inline
|
// 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)
|
// @include form-responsive(turns inline, stops being full width, reduced portion of screen width is used)
|
||||||
.form--inline,
|
.form--inline,
|
||||||
|
.ss-insert-link .form__fieldgroup,
|
||||||
.cms-edit-form:not(.AssetAdmin) {
|
.cms-edit-form:not(.AssetAdmin) {
|
||||||
@include form-responsive(lg, xl, xxl);
|
@include form-responsive(lg, xl, xxl);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user