Adjust width (#16092)

This commit is contained in:
Geido 2021-08-09 17:25:33 +02:00 committed by GitHub
parent ddb5005900
commit b07c80a839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {