Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-07-03 19:18:28 +0300
committerMark Otto <markdotto@gmail.com>2017-07-03 19:18:28 +0300
commit48f1482306b8b81cf1588afcb2fdcd788e0db950 (patch)
treefce93b086e0dbc6aa955f6d2ce1108d47ed722ae /less
parent2fb0cd598dc311d8dbebbd00720fcf35bc388e05 (diff)
add .row-no-gutters class
fixes #15180, fixes #19107, fixes #9102, fixes #7368
Diffstat (limited to 'less')
-rw-r--r--less/grid.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/less/grid.less b/less/grid.less
index e100655b70..e94d659487 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -40,6 +40,16 @@
.make-row();
}
+.row-no-gutters {
+ margin-right: 0;
+ margin-left: 0;
+
+ [class*="col-"] {
+ padding-left: 0;
+ padding-right: 0;
+ }
+}
+
// Columns
//