mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +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" />
|
||||
<span class="menu-grow">Mute @{username}…</span>
|
||||
<span>
|
||||
<span
|
||||
style={{
|
||||
textOverflow: 'clip',
|
||||
}}
|
||||
>
|
||||
<Icon icon="time" />
|
||||
<Icon icon="chevron-right" />
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue