From 937fc5cef0cd9d1d3117f7a82e5ab7e73e2f9faa Mon Sep 17 00:00:00 2001
From: JediKev <kevin@enhancesoft.com>
Date: Mon, 4 Feb 2019 15:32:31 -0600
Subject: [PATCH] issue: Translation Flags Not Clickable
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This addresses an issue where the second row of translation flags are not
clickable when editing a Form with 23+ languages installed. This adds a
`height` of "auto" so that the entire div fits the flags’ surface area,
making them clickable again.
---
 scp/css/scp.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scp/css/scp.css b/scp/css/scp.css
index 112140d1b..14b494ae5 100644
--- a/scp/css/scp.css
+++ b/scp/css/scp.css
@@ -1245,6 +1245,7 @@ ul.tabs.vertical li a {
 }
 
 ul.tabs.alt {
+  height: auto;
   background-color:initial;
   border-bottom:2px solid #ccc;
   border-bottom-color: rgba(0,0,0,0.1);
-- 
GitLab