Commit b0547193 authored by Daniel Fosco's avatar Daniel Fosco Committed by Nathan Friend

Update margin-left on widget attachment to match content start

Changelog: fixed
parent 967f3000
...@@ -885,7 +885,7 @@ $tabs-holder-z-index: 250; ...@@ -885,7 +885,7 @@ $tabs-holder-z-index: 250;
.media-body { .media-body {
min-width: 0; min-width: 0;
font-size: 12px; font-size: 12px;
margin-left: 40px; margin-left: 32px;
} }
&:not(:last-child) { &:not(:last-child) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment