From 3d0d3115844bd09f947613bf718b04869b6a343c Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Mon, 5 Dec 2022 09:31:45 -0600 Subject: [PATCH] Merge pull request #10754 from overleaf/jel-cms-vertically-center-col [web] Only center columns when the vertically centered option selected on CMS grids GitOrigin-RevId: 7890c870d5058ee927f66d7cd693b3cd35a2e117 --- 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 f7365f110b..26da410119 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-* { align-self: center; } }