Set min-height to avoid 0 height taglists on hidden tabs

This commit is contained in:
Nathan Gray 2014-03-24 20:50:53 +00:00
parent 2e6dea62d6
commit 9dde3d9846

View File

@ -729,6 +729,10 @@ ul.et2_link_string {
background-repeat: no-repeat;
font-weight: bold;
}
/* min-height to fix calculations done while hidden */
.et2_taglist > div {
min-height: 2em;
}
/**
* VFS widget(s)
*/