-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Reproduction URL (Required)
https://play.tailwindcss.com/PnsTWOKJxx?file=css
What version of daisyUI are you using?
5.5.18
Which browsers are you seeing the problem on?
All browsers
Describe your issue
Current Breadcrumbs RTL spacing:
What should be:
This issue was addressed in #1598 before. But it seem that it never got fixed. The solution described in that issue, uses [dir='rtl'] to fix the wrong margin-left and margin-right issues in RTL mode.
Now there are margin-inline-end and maring-inline-start available with Baseline support.
Maybe we can use these new CSS margins instead that fixes the problem in RTL without separate selectors?
Also there is already a [dir='rtl'] selector to rotate the breadcrumb arrows in RTL, we could also keep using margin-left and margin-right in there.
I'm happy to create a PR if that sounds OK (this is really triggering my OCD 😄).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels