Skip to content

Commit

Permalink
Reduce select height
Browse files Browse the repository at this point in the history
Signed-off-by: Marco <[email protected]>
  • Loading branch information
marcoambrosini committed Oct 27, 2023
1 parent 32a2460 commit 3183c5d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,9 @@ body {
/* Transitions */
--vs-transition-duration: 0ms;
/* Actions */
--vs-actions-padding: 0 8px 0 4px;
}
.v-select.select {
Expand All @@ -1076,11 +1079,19 @@ body {
margin: 0;
.vs__selected {
min-height: 36px;
height: 32px;
padding: 0 0.5em;
border-radius: calc(var(--vs-border-radius) - 4px) !important;
}
.vs__search, .vs__search:focus {
margin: 2px 0 0;
}
.vs__dropdown-toggle {
padding: 0;
}
.vs__clear {
margin-right: 2px;
}
Expand Down

0 comments on commit 3183c5d

Please sign in to comment.