From 3968cfd238c14cff1a146b073c5d1fc19738d10b Mon Sep 17 00:00:00 2001 From: Matt-Yorkley Date: Wed, 10 Apr 2019 02:06:30 +0100 Subject: [PATCH] Fix chevron horizontal position --- app/assets/stylesheets/admin/index_panels.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/admin/index_panels.css.scss b/app/assets/stylesheets/admin/index_panels.css.scss index a7e797bea1..7095c4b3ca 100644 --- a/app/assets/stylesheets/admin/index_panels.css.scss +++ b/app/assets/stylesheets/admin/index_panels.css.scss @@ -14,6 +14,7 @@ tbody.panel-ctrl { i.icon-chevron::before { font-size: 1.2rem; content: "\f078"; + padding: 0; } &.error::before {