mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-27 06:46:22 +00:00
64f895e17a
With the recent addition of the `muted` property in this component, the `width` is no longer reliably calculated. Sometimes it can happen that the muted bell icon jumps out of the component. This is very apparent inside of a `StatusChatInfoButton`. This commit ensure that the width of this component always includes all of its children, fixing the ui bug mentioned above.