mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
disable single attribute per line
This commit is contained in:
@@ -66,11 +66,7 @@ export const ServerListItem = ({ server }: ServerListItemProps) => {
|
||||
/>
|
||||
) : (
|
||||
<Stack>
|
||||
<Table
|
||||
layout="fixed"
|
||||
variant="vertical"
|
||||
withTableBorder
|
||||
>
|
||||
<Table layout="fixed" variant="vertical" withTableBorder>
|
||||
<Table.Tbody>
|
||||
<Table.Tr>
|
||||
<Table.Th>
|
||||
|
||||
Reference in New Issue
Block a user