Merge pull request #10872 from overleaf/jel-cms-vertically-center-fix

[web] Vertically center columns when option selected on CMS

GitOrigin-RevId: 55b4c0d6061dc400167cbbc2e7a7d15b1e40fb43
This commit is contained in:
Jessica Lawshe 2022-12-12 09:50:52 -06:00 committed by Copybot
parent c7a10558bf
commit 30a47a2bb5

View file

@ -346,7 +346,7 @@
@media (min-width: @screen-sm-min) {
display: flex;
.col-* {
div[class*='col-'] {
align-self: center;
}
}