Fixed: Sort indicator wraps on Search page Source column

This commit is contained in:
Qstick
2021-04-22 22:38:18 -04:00
parent f201db5cd3
commit 6d17b97af1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
.protocol { .protocol {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css'; composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
flex: 0 0 60px; flex: 0 0 90px;
} }
.title { .title {

View File

@@ -8,7 +8,7 @@
.protocol { .protocol {
composes: cell; composes: cell;
flex: 0 0 60px; flex: 0 0 90px;
} }
.title { .title {