]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #20513: Remove all default margin on .media given it's utility purpose and...
authorMark Otto <markdotto@gmail.com>
Sat, 20 Aug 2016 04:00:57 +0000 (21:00 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 20 Aug 2016 04:00:57 +0000 (21:00 -0700)
scss/_media.scss

index d970c946a0f40b77b4a718466d2ca6b879a91d6f..d1ebbcdeb292ee7d71f0809292961ba7636debb4 100644 (file)
@@ -1,7 +1,6 @@
 @if $enable-flex {
   .media {
     display: flex;
-    margin-bottom: $spacer;
   }
   .media-body {
     flex: 1;
     align-self: flex-end;
   }
 } @else {
-  .media {
-    margin-top: $media-margin-top;
-
-    &:first-child {
-      margin-top: 0;
-    }
-  }
   .media,
   .media-body {
     overflow: hidden;