Adjust width (#16092)

(cherry picked from commit b07c80a839)
This commit is contained in:
Geido
2021-08-09 17:25:33 +02:00
committed by Steven Uray
parent f8f3b7abbb
commit fa7a5249ea

View File

@@ -187,7 +187,7 @@ export const Table = styled.table`
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 300px;
max-width: 320px;
line-height: 1;
vertical-align: middle;
&:first-of-type {