Is it possible to reduce vertical padding of Collapse? #532
-
Hey guys, I am trying to figure out how to make |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @iljadaderko you can override the style of the elements inside Such as |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have an |
Beta Was this translation helpful? Give feedback.
-
Hey please update to v2.0 https://nextui.org/blog/nextui-v2, we added a compact accordion https://nextui.org/docs/components/accordion#compact |
Beta Was this translation helpful? Give feedback.
Hi @iljadaderko you can override the style of the elements inside
Collapse
by using the class selector.Such as
css={{ "& .nextui-something": {...} }}
and here's an example codesandbox.io/s/collapse-vertical-padding-rxs3wq.