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

pull/1220/head
Danshil Kokil Mungur 3 years ago committed by GitHub
parent cb852fded1
commit 75c72b987e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save