Skip to content
Snippets Groups Projects
Unverified Commit 98da3e5d authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Wrap names in AccordionList (#19430)

parent da45fc2c
No related branches found
No related tags found
No related merge requests found
......@@ -518,9 +518,7 @@ const AccordionListCell = ({
{icon}
</span>
)}
{name && (
<h3 className="List-section-title flex-full text-wrap">{name}</h3>
)}
{name && <h3 className="List-section-title text-wrap">{name}</h3>}
{extra}
{sections.length > 1 && section.items && section.items.length > 0 && (
<span className="flex-align-right ml1 hover-child">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment