fix(ui): increase page size dropdown width when necessary (#1216)

This commit is contained in:
Danshil Kokil Mungur
2021-03-19 04:04:51 +04:00
committed by GitHub
parent cb852fded1
commit 75c72b987e

View File

@@ -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;
} }