Revert "prepend/append"

This reverts commit 9256e99e58.
This commit is contained in:
Andy Miller
2019-05-27 19:21:58 +03:00
parent 8046132d29
commit 7dc2c26995
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -316,15 +316,15 @@ form {
}
}
.x-small.form-input-addon-wrapper input {
.x-small, .x-small.form-input-addon-wrapper input {
max-width: 5rem !important;
}
.small.form-input-addon-wrapper input {
.small, .small.form-input-addon-wrapper input {
max-width: 10rem !important;
}
.medium.form-input-addon-wrapper input {
.medium, .medium.form-input-addon-wrapper input {
max-width: 20rem;
textarea {
height: 7rem;
@@ -338,7 +338,7 @@ form {
}
}
.large.form-input-addon-wrapper input {
.large, .large.form-input-addon-wrapper input {
max-width: 30rem !important;
textarea {