Skip to content

Commit

Permalink
fix(ui): increase page size dropdown width when necessary (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
danshilm committed Mar 19, 2021
1 parent cb852fd commit 75c72b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 75c72b9

Please sign in to comment.