-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
This is a bug about Bulma rtl.
Overview of the problem
I'm using Bulma version 0.9.0
My browser is: Google Chrome v83
$rtl: true is set.
I tested this both with webpack and bulma rtl cdn (this one to be precise )
Description
I face this bug when page direction is rtl. Basically offsets do not work with rtl pages.
I have this class on my column:
column is-half is-offset-one-quarter
But page displays like this:

When I switch page direction back to ltr (with <html dir="ltr"> page displays correctly:

And here is my html body
Reactions are currently unavailable