mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
Fixes #6555: remove .controls-row from responsive
This commit is contained in:
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@@ -5132,9 +5132,6 @@ a.badge:hover {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.controls-row [class*="span"] + [class*="span"] {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
.modal {
|
.modal {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
|
@@ -67,9 +67,6 @@
|
|||||||
display: inline-block; // redeclare so they don't wrap to new lines
|
display: inline-block; // redeclare so they don't wrap to new lines
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.controls-row [class*="span"] + [class*="span"] {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Modals
|
// Modals
|
||||||
.modal {
|
.modal {
|
||||||
|
Reference in New Issue
Block a user