diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index 03af8d2b98b..ae15f2cc66e 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -154,3 +154,9 @@ aside.onebox { margin-bottom: 0 !important; } } + +// images large enough for the lightbox wrapper don't have bottom margins +// either, unless we add one now +div.lightbox-wrapper { + margin-bottom: 20px; +}