From f62ea2afe281383c7550441e80fcd808479a5e2c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Aug 2013 23:20:55 -0700 Subject: fixes #8793: remove padding-right from inputs with state changes --- less/mixins.less | 1 - 1 file changed, 1 deletion(-) (limited to 'less') 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 { -- cgit v1.2.3