support for variable width prepend/append

This commit is contained in:
Andy Miller
2016-05-04 15:53:41 -06:00
parent a129e22444
commit 7f0c5465ad
3 changed files with 114 additions and 113 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

@@ -42,7 +42,8 @@ form {
display: table-row;
.form-input-addon {
display: table-cell;
width: 43px;
min-width: 43px;
padding: 0 10px;
text-align: center;
}
input {