From 51ea270fba518fd678a111e63a2751dd69c43bc5 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 23 Mar 2018 20:15:29 -0600 Subject: [PATCH] Adjust the widget configuration button alignment to be better aligned Using `top` was really just a hack --- web/app/admin/widgets/widgets.component.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/app/admin/widgets/widgets.component.scss b/web/app/admin/widgets/widgets.component.scss index 1894618..3a81310 100644 --- a/web/app/admin/widgets/widgets.component.scss +++ b/web/app/admin/widgets/widgets.component.scss @@ -1,7 +1,6 @@ .editButton { cursor: pointer; - position: relative; - top: -5px; + vertical-align: text-bottom; } tr td:last-child {