aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 7e1b50b4e..6b2b5debc 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -528,7 +528,6 @@
}
// Set the border and box shadow on specific inputs to match
.form-control {
- padding-right: 32px; // to account for the feedback icon
border-color: @border-color;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work
&:focus {