@ims360/svelte-ivory 0.0.35 → 0.0.36

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.
@@ -119,7 +119,7 @@
119
119
  <div
120
120
  class={twMerge(
121
121
  clsx(
122
- 'flex flex-col gap-4 overflow-hidden bg-inherit p-4 pt-3',
122
+ 'flex grow flex-col gap-4 overflow-hidden bg-inherit p-4 pt-3',
123
123
  innerClass
124
124
  )
125
125
  )}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ims360/svelte-ivory",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "keywords": [
5
5
  "svelte"
6
6
  ],
@@ -119,7 +119,7 @@
119
119
  <div
120
120
  class={twMerge(
121
121
  clsx(
122
- 'flex flex-col gap-4 overflow-hidden bg-inherit p-4 pt-3',
122
+ 'flex grow flex-col gap-4 overflow-hidden bg-inherit p-4 pt-3',
123
123
  innerClass
124
124
  )
125
125
  )}