@@ -983,6 +983,10 @@ div.wysiwyg.focused {
color: #fff;
}
+.bootstrap-select .dropdown-menu.show {
+ padding-bottom: 0px !important;
+}
+
/* Mobile fixes */
@media (min-width: 992px) {
body.cp.cp-sidebar-right .wrap .sidebar.sidebar-right.d-lg-table-cell {
@@ -5,7 +5,7 @@ import (
)
const ServerVersion = "1.0.5"
-const AssetsVersion = "29"
+const AssetsVersion = "30"
const AssetsPath = "assets"
const DirIndexFile = "index.html"