You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using a flowbite-react component (drop down menu), I want to style inner elements, specifically the div containing the ul which contains the dropdown items: <ul class="py-1">
I want to have control over these styles.. Why is it adding padding top and bottom which makes the options look weird?
Describe the solution you'd like
Id like a way for classNames to pass through to individual inner elements.. how else would you style these components?!
This discussion was converted from issue #764 on May 25, 2023 18:10.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
When using a flowbite-react component (drop down menu), I want to style inner elements, specifically the div containing the ul which contains the dropdown items:
<ul class="py-1">
I want to have control over these styles.. Why is it adding padding top and bottom which makes the options look weird?
Describe the solution you'd like
Id like a way for classNames to pass through to individual inner elements.. how else would you style these components?!
Beta Was this translation helpful? Give feedback.
All reactions