mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 08:25:07 +01: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;
|
||||
}
|
||||
|
||||
input.short,
|
||||
select.short {
|
||||
input.short {
|
||||
width: 4.875rem;
|
||||
}
|
||||
|
||||
select.short {
|
||||
@apply w-min;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user