mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Remove unnecessary CSS property from header (#4227)
This CSS rule was causing conversation header text to be truncated even when there was enough whitespace to display the entire text at certain zoom levels and platforms. Removing the property did not introduce any UI regressions from this author's testing. Fixes: #3168
This commit is contained in:
@@ -2664,8 +2664,6 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
|
||||
|
||||
@include font-body-1-bold;
|
||||
|
||||
// width of avatar (28px) and our 6px left margin
|
||||
max-width: calc(100% - 34px);
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user