diff --git a/app/javascript/src/styles/specific/posts.scss b/app/javascript/src/styles/specific/posts.scss index c6a677755..26857bb63 100644 --- a/app/javascript/src/styles/specific/posts.scss +++ b/app/javascript/src/styles/specific/posts.scss @@ -58,6 +58,13 @@ article.post-preview { } } +/* Avoid dead space around thumbnails in tables. */ +table article.post-preview { + height: auto; + width: auto; + margin: 0; +} + #saved-searches-nav { margin-top: 1em; }