From 62ed859e84c814c0876197c9a45f3455e1f7b835 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 25 May 2017 03:06:16 -0400 Subject: [PATCH] fix chat header when chat title is missing --- less/chats.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/chats.less b/less/chats.less index e828990..94d4525 100644 --- a/less/chats.less +++ b/less/chats.less @@ -172,6 +172,7 @@ h4 { font-size: 1.5rem; font-weight: bold; + min-height: 20px; i { font-size: 14px; @@ -352,4 +353,4 @@ margin-left: .5em; } } -} \ No newline at end of file +}