mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fixes #20513: Remove all default margin on .media given it's utility purpose and our margin utils
This commit is contained in:
parent
eb5f803c5b
commit
1bdf6c4bd6
1 changed files with 0 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
||||||
@if $enable-flex {
|
@if $enable-flex {
|
||||||
.media {
|
.media {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: $spacer;
|
|
||||||
}
|
}
|
||||||
.media-body {
|
.media-body {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -13,13 +12,6 @@
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
}
|
}
|
||||||
} @else {
|
} @else {
|
||||||
.media {
|
|
||||||
margin-top: $media-margin-top;
|
|
||||||
|
|
||||||
&:first-child {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.media,
|
.media,
|
||||||
.media-body {
|
.media-body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Add table
Reference in a new issue