From d06bede8de29930955ee8bdc932cd49128ed9b48 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Mon, 29 Aug 2016 12:49:21 +0200 Subject: [PATCH] Fixing style for popup status in detail views --- app/styles/modules/common/ticket-data.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/modules/common/ticket-data.scss b/app/styles/modules/common/ticket-data.scss index 1f18c223..edcdeea1 100644 --- a/app/styles/modules/common/ticket-data.scss +++ b/app/styles/modules/common/ticket-data.scss @@ -37,6 +37,7 @@ a { @include font-type(text); padding: .5rem 1rem; + text-align: left; } a:hover { background: rgba($primary-light, .2);