mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(ui): prevent names from getting squished in AdvancedRequester user selector
This commit is contained in:
@@ -405,7 +405,7 @@ const AdvancedRequester: React.FC<AdvancedRequesterProps> = ({
|
|||||||
alt=""
|
alt=""
|
||||||
className="flex-shrink-0 w-6 h-6 rounded-full"
|
className="flex-shrink-0 w-6 h-6 rounded-full"
|
||||||
/>
|
/>
|
||||||
<span className="block ml-3">
|
<span className="flex-shrink-0 block ml-3">
|
||||||
{user.displayName}
|
{user.displayName}
|
||||||
</span>
|
</span>
|
||||||
<span className="ml-1 text-gray-400 truncate">
|
<span className="ml-1 text-gray-400 truncate">
|
||||||
|
Reference in New Issue
Block a user