Skip to content
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

is-text-right takes precedence over is-text-left-mobile #1778

Closed
darkylmnx opened this issue Apr 7, 2018 · 0 comments
Closed

is-text-right takes precedence over is-text-left-mobile #1778

darkylmnx opened this issue Apr 7, 2018 · 0 comments

Comments

@darkylmnx
Copy link

This is about **Bulma **. It's a browser bug.

Overview of the problem

I'm using Bulma version [0.6.2]
My browser is Chrome 65

Description

.has-text-right takes precedence over has-text-left-mobile on mobile, which is not supposed to be true
image
Because the order in Bulma is like so, although media queries are supposed to have higher order it's not working here, i beleive maybe all media queries should be put last in bulma to solve this
image

Steps to Reproduce

  • Add bulma to a page
  • Add markup like so : class=" has-text-right has-text-left-mobile"
  • Try it on chrome devtools with mobile on

Expected behavior

Text to be left on mobile

Actual behavior

Text right on mobile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant