Skip to content

Commit

Permalink
fix: styles for Select.Trigger (#910)
Browse files Browse the repository at this point in the history
Co-authored-by: Hunter Johnston <[email protected]>
  • Loading branch information
JabSYsEmb and huntabyte authored Apr 14, 2024
1 parent 6a1cc8d commit 3dcbf40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div class="grid gap-2">
<Label for="security-level-{id}">Security Level</Label>
<Select.Root selected={securityLevels[1]}>
<Select.Trigger id="security-level-{id}" class="line-clamp-1 w-full truncate">
<Select.Trigger id="security-level-{id}" class="w-full truncate">
<Select.Value placeholder="Select level" />
</Select.Trigger>
<Select.Content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<div class="grid gap-2">
<Label for="security-level-{id}">Security Level</Label>
<Select.Root selected={securityLevels[1]}>
<Select.Trigger id="security-level-{id}" class="line-clamp-1 truncate">
<Select.Trigger id="security-level-{id}" class="truncate">
<Select.Value placeholder="Select level" />
</Select.Trigger>
<Select.Content>
Expand Down

0 comments on commit 3dcbf40

Please sign in to comment.