1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00
Incremented min-width in order to avoid glitch noticed in https://github.com/owncloud/contacts/issues/336
This commit is contained in:
tsumi 2014-01-07 21:04:13 +01:00
parent 1ab5537875
commit 164f945dde

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;