Skip to content

Conversation

szymon-t-sc
Copy link
Collaborator

No description provided.

@@ -94,7 +94,7 @@ Collapsible.Content = function CollapsibleContent({
return (
<div
ref={ref}
className={clsx(styles['content-wrapper'], {
className={clsx(styles['content-container'], {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've checked, and we usually use 'container' instead of 'wrapper' in Axiom, so I unified the terminology accordingly (we have a NodeAsPortWrapper component, which I left unchanged).

listItemStyles['list-item'],
listItemSize[size],
className,
)}
value={value}
{...props}
Copy link
Collaborator Author

@szymon-t-sc szymon-t-sc Aug 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously, if someone pushed an undocumented className, it would override the classes above.

@szymon-t-sc szymon-t-sc added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant