Fix for firefox issue with alignment of prepend/append

This commit is contained in:
Andy Miller
2016-05-06 16:44:05 -06:00
parent 176af80b7c
commit 1a0237fc3f
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -40,6 +40,7 @@ form {
.form-input-addon-wrapper {
display: table-row;
.form-input-addon {
display: table-cell;
min-width: 43px;
@@ -48,6 +49,7 @@ form {
}
input {
height: 43px;
display: table-cell;
}
.form-input-prepend {
border-radius: 4px 0 0 4px;