From 67932c1f2a4b77449ae4b10c00dcca7dcd8bd94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 7 Oct 2020 18:31:55 -0400 Subject: [PATCH] feat: add min-height to post content --- less/topic.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/topic.less b/less/topic.less index 12dfd33..58ba7d5 100644 --- a/less/topic.less +++ b/less/topic.less @@ -256,6 +256,7 @@ margin-left: 61px; word-wrap: break-word; overflow: hidden; + min-height: 60px; } .post-tools {