agroptima-design-system 1.2.24-beta.1 → 1.2.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agroptima-design-system",
3
- "version": "1.2.24-beta.1",
3
+ "version": "1.2.24",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -129,6 +129,7 @@
129
129
  display: flex;
130
130
  flex-direction: column;
131
131
  gap: config.$space-2x;
132
+ white-space: normal;
132
133
  cursor: default;
133
134
 
134
135
  &[open] summary::after {