Skip to content
Snippets Groups Projects
Commit 937fc5ce authored by JediKev's avatar JediKev
Browse files

issue: Translation Flags Not Clickable

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.
parent ab1f2be1
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment