From fc0c46cb2f996f7aec53c33ade2683dacd322054 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:33:32 -0600 Subject: [PATCH] Merge pull request #22029 from overleaf/jel-visual-with-content [web] CMS BS5 - Add `Element | Visual with content` GitOrigin-RevId: 9c1302aec4b1ea4726a07562b276503a7a31a7d8 --- .../web/frontend/stylesheets/bootstrap-5/pages/cms.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss index 9e1d267f66..f5a9c2e803 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss @@ -519,6 +519,12 @@ } } +.visual-with-content { + display: flex; + gap: var(--spacing-06); + align-items: flex-start; +} + .svg-arrow-icon { position: relative; left: 4px;