1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-31 20:52:17 +01:00

Merge pull request #340 from tsumi/patch-1

Fix for #336
This commit is contained in:
Jan-Christoph Borchardt 2014-01-08 02:27:26 -08:00
commit acb90e7d25

View File

@ -675,7 +675,7 @@ tbody tr.contact.active, tbody tr.contact:hover {
}
#contactlist tr > td:not(.tel):not(.adr):not(.actions) {
max-width: 270px;
min-width: 200px;
min-width: 220px;
}
#contactlist tr > td.tel {
max-width: 180px;