mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-01 01:01:18 +02:00
Fixed: Sort indicator wraps on Search page Source column
This commit is contained in:
parent
f201db5cd3
commit
6d17b97af1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.protocol {
|
||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||
|
||||
flex: 0 0 60px;
|
||||
flex: 0 0 90px;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
.protocol {
|
||||
composes: cell;
|
||||
|
||||
flex: 0 0 60px;
|
||||
flex: 0 0 90px;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
|
|||
Loading…
Reference in a new issue