Skip to content

Commit

Permalink
fix(ld-button): make css button not scale to full width by default
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Apr 12, 2022
1 parent df8f7c3 commit 709e051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-button/ld-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
user-select: none;
touch-action: manipulation;
color: var(--ld-button-text-color, var(--ld-col-wht));
display: grid;
display: inline-grid;
grid-auto-flow: column;
gap: var(--ld-button-gap-md);
align-items: center;
Expand Down

0 comments on commit 709e051

Please sign in to comment.