Skip to content

Commit

Permalink
fix(modal): align button text to start in 3 button modals
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 12, 2021
1 parent 6da1da0 commit 3dfdc1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@

.#{$prefix}--modal-footer--three-button .#{$prefix}--btn {
flex: 0 1 25%;
align-items: flex-start;
}

.#{$prefix}--modal-footer button.#{$prefix}--btn:focus {
Expand Down

0 comments on commit 3dfdc1d

Please sign in to comment.