diff options
| author | Mark Otto <[email protected]> | 2013-08-04 23:20:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-04 23:20:55 -0700 |
| commit | f62ea2afe281383c7550441e80fcd808479a5e2c (patch) | |
| tree | 408d6cba9565ffc9e2dddb5f7fd8947dfe606e7e /less | |
| parent | 73c048578dfce7c6d4e8c9d4fe6c6bd22b2ff9b2 (diff) | |
| download | bootstrap-f62ea2afe281383c7550441e80fcd808479a5e2c.tar.xz bootstrap-f62ea2afe281383c7550441e80fcd808479a5e2c.zip | |
fixes #8793: remove padding-right from inputs with state changes
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 1 |
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 { |
