Fix mute clock icon got ellipsis-ified

This commit is contained in:
Lim Chee Aun 2023-03-24 15:05:16 +08:00
parent fa27308132
commit c461ce677f

View file

@ -652,7 +652,11 @@ function RelatedActions({ info, instance, authenticated }) {
<>
<Icon icon="mute" />
<span class="menu-grow">Mute @{username}</span>
<span>
<span
style={{
textOverflow: 'clip',
}}
>
<Icon icon="time" />
<Icon icon="chevron-right" />
</span>