mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-31 10:50:16 +02:00
make responsive input fields not wrap for fluid input prepend/append by setting block back to inline-block (oversight of 2.0.3)
This commit is contained in:
2
docs/assets/css/bootstrap-responsive.css
vendored
2
docs/assets/css/bootstrap-responsive.css
vendored
@@ -169,7 +169,7 @@
|
||||
}
|
||||
[class*="span"],
|
||||
.row-fluid [class*="span"] {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
float: none;
|
||||
width: auto;
|
||||
margin-left: 0;
|
||||
|
@@ -120,7 +120,7 @@
|
||||
[class*="span"],
|
||||
.row-fluid [class*="span"] {
|
||||
float: none;
|
||||
display: block;
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user