Merge pull request #22029 from overleaf/jel-visual-with-content

[web] CMS BS5 - Add `Element | Visual with content`

GitOrigin-RevId: 9c1302aec4b1ea4726a07562b276503a7a31a7d8
This commit is contained in:
Jessica Lawshe
2024-12-11 10:33:32 -06:00
committed by Copybot
parent 15f8e07257
commit fc0c46cb2f

View File

@@ -519,6 +519,12 @@
}
}
.visual-with-content {
display: flex;
gap: var(--spacing-06);
align-items: flex-start;
}
.svg-arrow-icon {
position: relative;
left: 4px;