- Issue created by @texas-bronius
Because Paragraphs may have icons but not all might, in the Choose a Component dialog, the Paragraph Types listed for the clicking may be misaligned. A little theme-layer tweak would improve this experience for the site builder user.
Have a list of Paragraph Types, some with icons, some without, and open the Choose a Component dialog.
Something like the following suffices to demonstrate (of course it would need to be namespaced) with current html structure. See accompanying screenshot:
a:not(:has(img)) {
padding-left: 34px;
}
Active
2.0
User interface