Skip to content

Commit

Permalink
Add bottom white space
Browse files Browse the repository at this point in the history
  • Loading branch information
MajaZarkova committed Aug 7, 2024
1 parent 2b279ad commit bd31a59
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/sit-onyx/src/components/OnyxSelect/OnyxSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -497,16 +497,12 @@ const selectInputProps = computed(() => {
display: flex;
padding: var(--onyx-density-3xs) var(--onyx-density-sm);
justify-content: flex-end;
text-align: right;
align-items: center;
gap: var(--onyx-spacing-md, 16px);
align-self: stretch;
color: var(--onyx-color-text-icons-neutral-soft);
}
&:has(&__description) {
padding-bottom: 0;
}
.onyx-empty {
max-width: 100%;
}
Expand Down

0 comments on commit bd31a59

Please sign in to comment.