remove space below smartblock advanced options

This commit is contained in:
ryan 2018-12-13 17:59:23 -06:00
parent 65550f940f
commit 4e172944ac
1 changed files with 8 additions and 0 deletions

View File

@ -518,6 +518,7 @@ li.ui-state-default {
left: 4px;
overflow-x: hidden; /* Show the y-direction scrollbar (magic!) */
color: #efefef;
justify-content: stretch;
}
.angular_wrapper a {
@ -549,6 +550,13 @@ li.ui-state-default {
-moz-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 {
max-height: none;