From 30a47a2bb5bc634bab361276fc1c1a9abb1e5ba3 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Mon, 12 Dec 2022 09:50:52 -0600 Subject: [PATCH] Merge pull request #10872 from overleaf/jel-cms-vertically-center-fix [web] Vertically center columns when option selected on CMS GitOrigin-RevId: 55b4c0d6061dc400167cbbc2e7a7d15b1e40fb43 --- services/web/frontend/stylesheets/app/cms-page.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/cms-page.less b/services/web/frontend/stylesheets/app/cms-page.less index 26da410119..fd61dba362 100644 --- a/services/web/frontend/stylesheets/app/cms-page.less +++ b/services/web/frontend/stylesheets/app/cms-page.less @@ -346,7 +346,7 @@ @media (min-width: @screen-sm-min) { display: flex; - .col-* { + div[class*='col-'] { align-self: center; } }