mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
Fix mail compose to/cc fields are not getting scrollbar if amount of mails are bigger than 3 rows
This commit is contained in:
parent
a16a7190f2
commit
cecb348919
@ -451,6 +451,9 @@ div.mail-compose_fileselector {
|
||||
#mail-compose_toolbar > button {
|
||||
padding: .2em .4em;
|
||||
}
|
||||
#mail-compose_to div.ms-sel-ctn, #mail-compose_cc .ms-sel-ctn {
|
||||
max-height: 75px;
|
||||
}
|
||||
#mail-display_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
}
|
||||
|
@ -447,6 +447,10 @@ div.mail-compose_fileselector {
|
||||
#mail-compose_toolbar > button {
|
||||
padding: .2em .4em;
|
||||
}
|
||||
#mail-compose_to div.ms-sel-ctn,
|
||||
#mail-compose_cc .ms-sel-ctn {
|
||||
max-height: 75px;
|
||||
}
|
||||
#mail-display_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user