mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-09 16:17:53 -05:00
fix(ui): increase page size dropdown width when necessary (#1216)
This commit is contained in:
committed by
GitHub
parent
cb852fded1
commit
75c72b987e
@@ -234,11 +234,14 @@ select.rounded-r-only {
|
|||||||
@apply rounded-l-none;
|
@apply rounded-l-none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.short,
|
input.short {
|
||||||
select.short {
|
|
||||||
width: 4.875rem;
|
width: 4.875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select.short {
|
||||||
|
@apply w-min;
|
||||||
|
}
|
||||||
|
|
||||||
.protocol {
|
.protocol {
|
||||||
@apply inline-flex items-center px-3 text-gray-100 bg-gray-600 border border-r-0 border-gray-500 cursor-default rounded-l-md sm:text-sm;
|
@apply inline-flex items-center px-3 text-gray-100 bg-gray-600 border border-r-0 border-gray-500 cursor-default rounded-l-md sm:text-sm;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user