Skip to content

Commit

Permalink
fix(dropdown): reset white space wrapping (#319) (#320)
Browse files Browse the repository at this point in the history
fix #319
  • Loading branch information
brc-dd committed Jul 20, 2023
1 parent adbe875 commit fe2264e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/SDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ defineProps<{
min-width: 256px;
max-height: 384px;
overflow-y: auto;
white-space: normal;
&::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit fe2264e

Please sign in to comment.