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 {
|
.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 {
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
.protocol {
|
.protocol {
|
||||||
composes: cell;
|
composes: cell;
|
||||||
|
|
||||||
flex: 0 0 60px;
|
flex: 0 0 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
Reference in New Issue
Block a user