mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:08 +01:00
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;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* min-height to fix calculations done while hidden */
|
||||
.et2_taglist > div {
|
||||
min-height: 2em;
|
||||
}
|
||||
/**
|
||||
* VFS widget(s)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user