Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 894c778

Browse files
committed
Prevent tr height flickering
1 parent d9d7cd4 commit 894c778

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/active_admin/active_admin_globalize_flags.css.sass

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ div.field-translation
5050
+border-top-radius(4px)
5151
+border-bottom-radius(6px)
5252
min-height: 80px
53+
54+
// prevent tr height flickering
55+
span.field-translation.empty
56+
vertical-align: bottom

0 commit comments

Comments
 (0)