aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/bootstrap.css3
-rw-r--r--less/responsive-767px-max.less4
2 files changed, 0 insertions, 7 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 98d3d90d1..8bbbf4657 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -5707,9 +5707,6 @@ a.badge:hover {
.container {
width: auto;
}
- .row {
- margin-left: 0;
- }
[class*="span"],
.uneditable-input[class*="span"] {
display: block;
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 95e446088..4433f5ed5 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -43,10 +43,6 @@
.container {
width: auto;
}
- // Undo negative margin on rows
- .row {
- margin-left: 0;
- }
// Make all grid-sized elements block level again
[class*="span"],
// Makes uneditable inputs full-width when using grid sizing