Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpande committed Apr 3, 2024
1 parent 4416437 commit 3017eb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

.label {
margin-top: 11px;
margin-bottom: 8px;
margin-bottom: 11px;
font-family: PxWeb-font-400;
letter-spacing: 0em;
color: var(--px-color-text-default);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ export const LongTextOn400pxWideMax: StoryFn<typeof Checkbox> = () => {

return (
<div style={{ width: '400px' }}>
<p>
An example of how labeltext wraps on multiple lines in smaller spaces
</p>
<Checkbox
id="var1"
text="The text on this checkbox spans multiple lines. That's why it is written so long. Here's an additional sentence."
Expand Down

0 comments on commit 3017eb1

Please sign in to comment.