💄 Fix wrap of text for username in media server widget (#1030)

This commit is contained in:
Manuel
2023-06-10 00:08:50 +02:00
committed by GitHub
parent 6b254b10ae
commit 8cba5e4683

View File

@@ -33,7 +33,7 @@ export const TableRow = ({ session, app }: TableRowProps) => {
{session.username?.at(0)?.toUpperCase()} {session.username?.at(0)?.toUpperCase()}
</Avatar> </Avatar>
)} )}
<Text>{session.username}</Text> <Text style={{ whiteSpace: 'nowrap' }}>{session.username}</Text>
</Flex> </Flex>
</td> </td>
<td> <td>