Skip to content

Commit

Permalink
Merge pull request #74 from vector-im/quenting/button-alignment
Browse files Browse the repository at this point in the history
Fix a regression in the button alignment
  • Loading branch information
weeman1337 authored Sep 8, 2023
2 parents 0b30007 + 50c65d8 commit 35963e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ limitations under the License.
appearance: none;
display: flex;
align-items: center;
justify-content: center;
gap: var(--cpd-space-2x);
}

Expand Down

0 comments on commit 35963e0

Please sign in to comment.