summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/forms.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index 69ef116043a..20b7c6d4564 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -232,6 +232,16 @@ label {
color: $gray-600;
}
+.input-xs {
+ max-width: $input-xs-width;
+ width: 100%;
+}
+
+.input-sm {
+ max-width: $input-sm-width;
+ width: 100%;
+}
+
.input-md {
max-width: $input-md-width;
width: 100%;