Form input widths behave more consistently when resizing

Fixes #919 #920
This commit is contained in:
Nick O'Leary
2016-06-26 23:48:59 +01:00
parent 682345da22
commit c3b1cf7c35
17 changed files with 118 additions and 77 deletions

View File

@@ -147,8 +147,9 @@ input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
box-sizing: border-box;
display: inline-block;
height: 20px;
height: 34px;
padding: 6px 6px;
margin-bottom: 10px;
font-size: 14px;