-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
offsets do not work in rtl #3005
Labels
Comments
I found out that classes like |
bulma-rtl.css in field-label class (line 4370), value of text-align property should be left I think. |
Same problem,
|
Closed
This was referenced May 24, 2024
This was referenced Sep 6, 2024
This was referenced Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: