mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Remove stubborn width calculation
It's making my typeahead contact details wrap onto the next line and doesn't seem to be adding much value.
This commit is contained in:
@@ -66,7 +66,6 @@
|
||||
.contact-details {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
width: calc(100% - 54px - 2 * 12px - 8px);
|
||||
margin: 4px 0 0 8px;
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
.index .contact-details {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
width: calc(100% - 54px - 2 * 12px - 8px);
|
||||
margin: 4px 0 0 8px; }
|
||||
.index .contact-name {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user