Skip to content

Commit

Permalink
fix(ui-components): Base.vue unnecessary label padding (#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabis94 authored Nov 29, 2024
1 parent 1ac972f commit 126ce4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "Speckle theme UI components built with Vue 3 & Tailwind",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"dev:vite": "vite",
"dev": "yarn storybook",
"build": "echo \"Building ui-components...\" && vue-tsc && vite build && echo \"Done building ui-components!\"",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/src/components/form/select/Base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'md:flex md:items-center md:space-x-2 md:justify-between': isLeftLabelPosition
}"
>
<div class="flex flex-col pb-1">
<div class="flex flex-col" :class="{ 'pb-1': showLabel }">
<ListboxLabel
:id="labelId"
class="flex text-body-xs text-foreground font-medium"
Expand Down

0 comments on commit 126ce4f

Please sign in to comment.