remove space below smartblock advanced options
This commit is contained in:
parent
65550f940f
commit
4e172944ac
|
@ -518,6 +518,7 @@ li.ui-state-default {
|
||||||
left: 4px;
|
left: 4px;
|
||||||
overflow-x: hidden; /* Show the y-direction scrollbar (magic!) */
|
overflow-x: hidden; /* Show the y-direction scrollbar (magic!) */
|
||||||
color: #efefef;
|
color: #efefef;
|
||||||
|
justify-content: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.angular_wrapper a {
|
.angular_wrapper a {
|
||||||
|
@ -549,6 +550,13 @@ li.ui-state-default {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
.inner_editor_wrapper.smart-block-form {
|
||||||
|
-webkit-flex: 0 0 auto;
|
||||||
|
-moz-flex: 0 0 auto;
|
||||||
|
-ms-flex: 0 0 auto;
|
||||||
|
-o-flex: 0 0 auto;
|
||||||
|
flex: 0 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.angular_wrapper > .inner_editor_wrapper {
|
.angular_wrapper > .inner_editor_wrapper {
|
||||||
max-height: none;
|
max-height: none;
|
||||||
|
|
Loading…
Reference in New Issue