From 8094e320ab73258ca8ea97506e99c8f0aad2fcae Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Tue, 10 Jun 2014 20:42:37 -0400 Subject: [PATCH] Fixed scrollbars in admin center --- css/hesk_newStyle.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/hesk_newStyle.php b/css/hesk_newStyle.php index 2d9c03ce..0e5e5dd6 100644 --- a/css/hesk_newStyle.php +++ b/css/hesk_newStyle.php @@ -18,6 +18,11 @@ $questionMarkColor = $hesk_ui_settings['questionMarkColor']; ?> +.row { + margin-left: 0px; + margin-right: 0px; +} + .navbar { margin-bottom: 0; }