mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Sort indicator wraps on Search page Source column
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user