forked from extern/egroupware
Set min-height to avoid 0 height taglists on hidden tabs
This commit is contained in:
parent
2e6dea62d6
commit
9dde3d9846
@ -729,6 +729,10 @@ ul.et2_link_string {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
/* min-height to fix calculations done while hidden */
|
||||||
|
.et2_taglist > div {
|
||||||
|
min-height: 2em;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* VFS widget(s)
|
* VFS widget(s)
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user