Pascal Precht dfcf6e07f1 fix(StatusListItem): don't set width on title item
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.
2022-09-21 18:20:03 +02:00
..
2022-09-21 18:20:03 +02:00
2022-09-21 18:20:01 +02:00
2022-09-21 18:20:01 +02:00
2022-09-21 18:20:01 +02:00
2022-09-21 18:20:01 +02:00
2022-09-21 18:20:03 +02:00