fix vertical alignment of cancel & close in modals
This commit is contained in:
parent
3965f9ea61
commit
866bf9d160
1 changed files with 1 additions and 1 deletions
|
@ -4303,7 +4303,7 @@ footer {
|
|||
.modal-centerFooter,
|
||||
.modal-rightFooter {
|
||||
display: flex;
|
||||
align-items: start;
|
||||
align-items: center; /* because of btn--text btn--subtle being thinner than the rest */
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue