Skip to content

Commit

Permalink
Fix auto controls overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
three-halves committed Feb 1, 2025
1 parent a80d2af commit db0f423
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.button-container {
display: flex;
margin-block: 1%;
width: auto;
gap: 1%;

}

button {
margin-inline: 1%;
width: 100%;
width: auto;
}

.button-header {
Expand Down

0 comments on commit db0f423

Please sign in to comment.