From f68ed7b653033854c69a19a837749a03b684c1f4 Mon Sep 17 00:00:00 2001 From: Kevin Thorne <kevin@enhancesoft.com> Date: Wed, 9 Nov 2016 22:13:02 -0600 Subject: [PATCH] Long FAQ Title This addresses issue where long faq titles as links on client side don't line up with icons. --- assets/default/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/default/css/theme.css b/assets/default/css/theme.css index 86e8dabb4..e8435a45e 100644 --- a/assets/default/css/theme.css +++ b/assets/default/css/theme.css @@ -113,7 +113,7 @@ fieldset { a, .link { color: #0072bc; text-decoration: none; - display: inline-block; + display: inline; margin-bottom: 1px; } a:hover, .link:hover { -- GitLab