Skip to content

Commit

Permalink
fix: block button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gavmck committed Feb 28, 2024
1 parent 1ba7f3c commit e2b1ab2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/control/Button/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ diamond-button {
}

&[width='full-width'] {
display: block;

button,
a,
input {
Expand All @@ -103,6 +105,8 @@ diamond-button {

@media (width < 480px) {
&[width='full-width-mobile'] {
display: block;

button,
a,
input {
Expand Down

0 comments on commit e2b1ab2

Please sign in to comment.