diff options
| author | Mark Otto <[email protected]> | 2012-02-01 22:27:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 22:27:11 -0800 |
| commit | 4211f21e39631179753d6775e3ad90be05ab5f8f (patch) | |
| tree | 26de89ccfc0829087513b912e76276fa076c6a64 /less/forms.less | |
| parent | c1f0da7cce2b7c3258d17f5e81faac25e231bbf8 (diff) | |
| download | bootstrap-4211f21e39631179753d6775e3ad90be05ab5f8f.tar.xz bootstrap-4211f21e39631179753d6775e3ad90be05ab5f8f.zip | |
#1571: remove fixed width on file inputs
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 9c9a9b8a9..ccf3c67fa 100644 --- a/less/forms.less +++ b/less/forms.less @@ -91,6 +91,7 @@ input[type="radio"] { // Reset the file input to browser defaults input[type="file"] { + width: auto; padding: initial; line-height: initial; border: initial; |
