diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index d0b8d58e4fa..5a4c6dd6f96 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -139,6 +139,12 @@ aside.onebox { margin-right: 10px; } + // tighten bottom margin on last para + p:last-child { + margin-bottom: 4px; + } + + // twitter fixes .tweet-images { display: block; clear: both; @@ -150,6 +156,7 @@ aside.onebox { float: none; } } + } }