@florid-kit/components 0.8.11 → 0.8.12
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/index.js +2 -1
- package/index.mjs +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
package/index.mjs
CHANGED
|
@@ -1941,7 +1941,8 @@ g.styles = y`
|
|
|
1941
1941
|
padding: 16px;
|
|
1942
1942
|
border-top: var(--border-050) solid var(--color-border-tertiary);
|
|
1943
1943
|
display: flex;
|
|
1944
|
-
|
|
1944
|
+
flex-direction: column;
|
|
1945
|
+
gap: var(--spacing-l);
|
|
1945
1946
|
justify-content: flex-start;
|
|
1946
1947
|
}
|
|
1947
1948
|
|