To increase the height, you can comment out following css properties
-webkit-box-shadow: 1px 1px 2px
-moz-box-shadow: 1px 1px 2px
box-shadow: 1px 1px 2px
overflow: hidden;
from class .markItUpHeader ul
in sites/default/themes/default/less/editor.less
To increase the height, you can comment out following css properties
```
-webkit-box-shadow: 1px 1px 2px #ccc; */
-moz-box-shadow: 1px 1px 2px #ccc;
box-shadow: 1px 1px 2px #ccc; */
overflow: hidden;
```
from class `.markItUpHeader ul`
in `sites/default/themes/default/less/editor.less`
Necessity is the mother of all inventions!
edited Jan 8 '16 at 6:46 pm