mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Fix for #336
Incremented min-width in order to avoid glitch noticed in https://github.com/owncloud/contacts/issues/336
This commit is contained in:
parent
1ab5537875
commit
164f945dde
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user