fixed table view column width

This commit is contained in:
antelle 2021-04-27 16:23:49 +02:00
parent e09040b0fb
commit c15d709db2
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@
flex-grow: 1;
flex-shrink: 0;
flex-basis: 0;
overflow: hidden;
text-overflow: ellipsis;
&:first-child {
text-align: center;
padding: 0;