2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fixes #20513: Remove all default margin on .media given it's utility purpose and our margin utils

This commit is contained in:
Mark Otto
2016-08-19 21:00:57 -07:00
parent eb5f803c5b
commit 1bdf6c4bd6
-8
View File
@@ -1,7 +1,6 @@
@if $enable-flex {
.media {
display: flex;
margin-bottom: $spacer;
}
.media-body {
flex: 1;
@@ -13,13 +12,6 @@
align-self: flex-end;
}
} @else {
.media {
margin-top: $media-margin-top;
&:first-child {
margin-top: 0;
}
}
.media,
.media-body {
overflow: hidden;