Keep headline at same position

I made a small change to make sure the headline is in same position
regardless it is editable or readonly.
This commit is contained in:
bjarnef
2015-02-15 22:20:34 +01:00
parent e85ef38218
commit 824212f6c9

View File

@@ -48,6 +48,7 @@
background: none;
margin: 15px 0 0 20px;
padding: 3px 5px;
line-height: 1.4;
height: auto;
width: 100%;
border: 1px solid @grayLighter;