Skip to content

Commit

Permalink
Merge branch 'main' into fix-note-in-text-input
Browse files Browse the repository at this point in the history
  • Loading branch information
arteria32 authored Dec 6, 2024
2 parents 45a390e + d6cb1cf commit 278a619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/src/components/Disclosure @Raubzeug
/src/components/Divider @v4dyar4
/src/components/DropdownMenu @axtk
/src/components/FilePreview @mournfulCoroner
/src/components/HelpMark @Raubzeug
/src/components/Hotkey @d3m1d0v
/src/components/Icon @amje
Expand Down
1 change: 1 addition & 0 deletions src/components/PinInput/PinInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $block: '.#{variables.$ns}pin-input';
&__item {
flex: 0 0 auto;
width: var(--g-pin-input-item-width, var(--_--item-width));
line-height: 0;
}

&__control {
Expand Down

0 comments on commit 278a619

Please sign in to comment.