mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
fixes #4577: no margin on .control-row .span* in responsive
This commit is contained in:
+3
@@ -846,6 +846,9 @@
|
|||||||
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;
|
||||||
|
|||||||
@@ -90,6 +90,9 @@
|
|||||||
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