Prevent model name from wrapping

This commit is contained in:
David Corbitt
2023-08-15 02:53:24 -07:00
parent 897e77b054
commit 3447e863cc

View File

@@ -122,6 +122,7 @@ export const TableRow = ({
borderRadius={4}
borderWidth={1}
fontSize="xs"
whiteSpace="nowrap"
>
{loggedCall.model}
</Text>