From 580a662ce0737f2c2224e376e72ca284805d8368 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 5 May 2016 20:31:11 -0400 Subject: [PATCH] Fix gray line when customer didn't reply appears --- css/mods-for-hesk.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/mods-for-hesk.css b/css/mods-for-hesk.css index 76071989..d67bbd49 100644 --- a/css/mods-for-hesk.css +++ b/css/mods-for-hesk.css @@ -327,4 +327,8 @@ div.setupButtons { .fc-content { text-overflow: ellipsis; +} + +.rate { + margin: 0; } \ No newline at end of file