Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
4211f21e
Commit
4211f21e
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
#1571
: remove fixed width on file inputs
parent
c1f0da7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/forms.less
+1
-0
less/forms.less
with
2 additions
and
0 deletions
+2
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
4211f21e
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
0
View file @
4211f21e
...
...
@@ -570,6 +570,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] {
border-radius
:
0
;
}
input
[
type
=
"file"
]
{
width
:
auto
;
padding
:
initial
;
line-height
:
initial
;
border
:
initial
;
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
0
View file @
4211f21e
...
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets