mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
dfcf6e07f1
There was an explicit `width` introduced on `statusListItemTitle`, most likely to make room for it when `titleAsideText` is supplied. This unfortunately causes the title get a very small width, resulting in broken UI. Since we can assume that there should be enough space for the titleAsideText when it's used, we probably don't have to calculate a fixed width for the title in the first place. This commit therefore removes that explicit setting.