2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

add .row-no-gutters class

fixes #15180, fixes #19107, fixes #9102, fixes #7368
This commit is contained in:
Mark Otto
2017-07-03 09:18:28 -07:00
parent 2fb0cd598d
commit 48f1482306
3 changed files with 43 additions and 0 deletions
+10
View File
@@ -40,6 +40,16 @@
.make-row();
}
.row-no-gutters {
margin-right: 0;
margin-left: 0;
[class*="col-"] {
padding-left: 0;
padding-right: 0;
}
}
// Columns
//