Skip to content

Commit

Permalink
decrease toggle button width
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Nov 24, 2023
1 parent 4c9d7b8 commit 1ef360c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ const selectedCount = computed(() => {
.form-select-many {
.search-bar {
display: grid;
grid-template-columns: 1fr 2.25rem 2.25rem;
grid-template-columns: 1fr 2.125rem 2.125rem;
> *:not(:first-child):not(:last-child) {
border-radius: 0;
Expand Down

0 comments on commit 1ef360c

Please sign in to comment.