app/assets/stylesheets/cm_admin/components/_drawer.scss in cm-admin-1.4.3 vs app/assets/stylesheets/cm_admin/components/_drawer.scss in cm-admin-1.4.4
- old
+ new
@@ -100,8 +100,11 @@
&__container {
width: 624px;
[class^="col-"] {
width: 100% !important;
}
+ .show-page__inner {
+ height: calc(100vh - 126px);
+ }
}
}
}