add align-items so modals are centered in ie11
This commit is contained in:
parent
a6f925e080
commit
6c29566383
@ -21,6 +21,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.usa-input .usa-input__choices label {
|
||||
max-width: 62rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user