mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-08 17:06:38 +00:00
Fixed: Increase width and truncate long names on Import List Exclusions
(cherry picked from commit 2d0541c03b761a0ec5e10711d6bd577e07141517)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
.name {
|
||||
flex: 1 0 300px;
|
||||
flex: 1 0 600px;
|
||||
}
|
||||
|
||||
.foreignId {
|
||||
|
||||
@@ -4,12 +4,14 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.foreignId {
|
||||
flex: 0 0 200px;
|
||||
.name {
|
||||
@add-mixin truncate;
|
||||
|
||||
flex: 1 0 600px;
|
||||
}
|
||||
|
||||
.name {
|
||||
flex: 1 0 300px;
|
||||
.foreignId {
|
||||
flex: 0 0 200px;
|
||||
}
|
||||
|
||||
.addImportListExclusion {
|
||||
|
||||
Reference in New Issue
Block a user