From: Dessalines Date: Sun, 18 Aug 2019 02:12:48 +0000 (-0700) Subject: fixed again. X-Git-Url: http://these/git/?a=commitdiff_plain;h=3e779247414c087a421ae4bb64ac1e5fd3f2a5f2;p=lemmy.git fixed again. --- diff --git a/ui/src/css/main.css b/ui/src/css/main.css index e611f8d4..8ff742fa 100644 --- a/ui/src/css/main.css +++ b/ui/src/css/main.css @@ -59,8 +59,11 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary { height: auto; } -.listing, .comment { +.listing { min-height: 61px; +} + +.details { margin-bottom: 10px; }