Skip to content

Commit

Permalink
Fix a regression in the button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Sep 8, 2023
1 parent 0b30007 commit 50c65d8
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 50c65d8

Please sign in to comment.