Make header name input look ok when disabled (reverts input height adjustment from ff8f9083)

This commit is contained in:
Kenn Jacobsen
2019-02-24 15:44:15 +01:00
committed by Sebastiaan Janssen
parent 966bfafe22
commit 9598d2c2e6

View File

@@ -111,7 +111,7 @@ input.umb-editor-header__name-input {
margin-bottom: 0;
font-weight: bold;
box-sizing: border-box;
height: 30px;
height: 32px;
line-height: 32px;
width: 100%;
padding: 0 10px;