mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Fix mute clock icon got ellipsis-ified
This commit is contained in:
parent
fa27308132
commit
c461ce677f
1 changed files with 5 additions and 1 deletions
|
@ -652,7 +652,11 @@ function RelatedActions({ info, instance, authenticated }) {
|
||||||
<>
|
<>
|
||||||
<Icon icon="mute" />
|
<Icon icon="mute" />
|
||||||
<span class="menu-grow">Mute @{username}…</span>
|
<span class="menu-grow">Mute @{username}…</span>
|
||||||
<span>
|
<span
|
||||||
|
style={{
|
||||||
|
textOverflow: 'clip',
|
||||||
|
}}
|
||||||
|
>
|
||||||
<Icon icon="time" />
|
<Icon icon="time" />
|
||||||
<Icon icon="chevron-right" />
|
<Icon icon="chevron-right" />
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue