@obosbbl/grunnmuren-react 3.0.4 → 3.0.5
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/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2508,7 +2508,7 @@ const LinkList = ({ className, children, ...restProps })=>{
|
|
|
2508
2508
|
...restProps,
|
|
2509
2509
|
className: cx('min-w-fit', // Hide dividers at the top of the list (overflow-y) and prevents arrow icon from overflowing container when animated to the right (overflow-x)
|
|
2510
2510
|
'overflow-hidden', // Add a small gap between items that fits the divider lines (this way the divider line don't take up any space in each item)
|
|
2511
|
-
'grid gap-y-0.25', // Gaps for when the list is displayed in multiple columns
|
|
2511
|
+
'grid auto-rows-max gap-y-0.25', // Gaps for when the list is displayed in multiple columns
|
|
2512
2512
|
'@lg:gap-x-12 @md:gap-x-9 @sm:gap-x-4 @xl:gap-x-16', numberofLinks > 5 && [
|
|
2513
2513
|
'@xl:grid-cols-2',
|
|
2514
2514
|
numberofLinks > 10 && '@4xl:grid-cols-3'
|