Browse Source

Fix bootstrap select padding

Vova Tkach 5 years ago
parent
commit
5892fa1e73
3 changed files with 5 additions and 1 deletions
  1. 4 0
      assets/cp.styles.css
  2. 0 0
      assets/cp.styles.css.go
  3. 1 1
      consts/consts.go

+ 4 - 0
assets/cp.styles.css

@@ -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 {

File diff suppressed because it is too large
+ 0 - 0
assets/cp.styles.css.go


+ 1 - 1
consts/consts.go

@@ -5,7 +5,7 @@ import (
 )
 
 const ServerVersion = "1.0.5"
-const AssetsVersion = "29"
+const AssetsVersion = "30"
 const AssetsPath = "assets"
 const DirIndexFile = "index.html"
 

Some files were not shown because too many files changed in this diff