Fixed headers dropdown in editor to properly align

This commit is contained in:
Djamil Legato
2017-09-27 06:44:04 -07:00
parent 66d212ba04
commit c7ac9cd3b9
4 changed files with 5 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
* Updated Google Font URLs to always connect over HTTPS. [#1106](https://github.com/getgrav/grav-plugin-admin/pull/1106)
* Fixed fieldset field not allowing to properly save when contained within a list [#1225](https://github.com/getgrav/grav-plugin-admin/issues/1225)
* Fixed Video markdown syntax when drag & dropping in the content editor [#1160](https://github.com/getgrav/grav-plugin-admin/issues/1160)
* Fixed headers dropdown in editor to properly align
# v1.6.0
## 09/07/2017

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -43,11 +43,11 @@
.dropdown-menu {
position: absolute;
top: 100%;
right: 0;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 130px;
min-width: 150px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;