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;