Closed thamas closed 6 years ago
The height setting of button in base.css is applied to the edit button of the toolbar too and that makes toolbar higher than it should be.
button, .button, [type="button"], [type="reset"], [type="submit"] { … height: 45px; …
Also using px for input sizes is not too flexible. I recommend to set it relative to the element's font size so it should be declared using em.
The height setting of button in base.css is applied to the edit button of the toolbar too and that makes toolbar higher than it should be.
Also using px for input sizes is not too flexible. I recommend to set it relative to the element's font size so it should be declared using em.