From 03db982d83ddfb13dddbe3e9da26d8ad5100915c Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 23 Sep 2020 19:21:50 -0400 Subject: [PATCH] fix: chat header dropdown css enhancements --- less/header.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/less/header.less b/less/header.less index 7243b82..d42a13b 100644 --- a/less/header.less +++ b/less/header.less @@ -74,10 +74,17 @@ > li { .pointer; - width: 300px; + width: 500px; padding-bottom: 1rem; margin: 0; + .teaser-content { + white-space: inherit; + max-height: 38px; + padding-left: 90px; + padding-right: 10px; + } + &:hover { background: @gray-lighter; }