aboutsummaryrefslogtreecommitdiff
path: root/less/responsive.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/responsive.less')
-rw-r--r--less/responsive.less11
1 files changed, 11 insertions, 0 deletions
diff --git a/less/responsive.less b/less/responsive.less
index f321891e8..0003cd6d0 100644
--- a/less/responsive.less
+++ b/less/responsive.less
@@ -188,6 +188,17 @@
width: auto;
margin: 0;
}
+
+ // FORM FIELDS
+ // -----------
+ // Make them behave like divs
+ input,
+ textarea,
+ select,
+ .uneditable-input {
+ .box-sizing(border-box);
+ max-width: 100%;
+ }
}