Fix mail compose to/cc fields are not getting scrollbar if amount of mails are bigger than 3 rows

This commit is contained in:
Hadi Nategh 2014-08-21 07:31:47 +00:00
parent a16a7190f2
commit cecb348919
2 changed files with 7 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;
}