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

0.7.5 .container.is-fluid runs off the screen #2499

Closed
acidjazz opened this issue May 26, 2019 · 8 comments
Closed

0.7.5 .container.is-fluid runs off the screen #2499

acidjazz opened this issue May 26, 2019 · 8 comments

Comments

@acidjazz
Copy link

0.7.4

image

0.7.5

image

vuejs/pug snippet

#Landing.page
  .container.is-fluid
    section.section
      .subtitle Featured Locations
      .columns.is-multiline
        .column.is-one-third(v-for="loc, index in locations")
          .card
@acidjazz
Copy link
Author

@jgthms any luck on breaking changes in v0.7.5 that are 24 days old now?

@acidjazz
Copy link
Author

@jgthms month 3 now of having breaking changes in a release.. any ETA?

@acidjazz
Copy link
Author

@jgthms nice work on 0.8.0, be awesome if this was fixed too

@jgthms
Copy link
Owner

jgthms commented Oct 26, 2019

Can you make a Codepen?

@acidjazz
Copy link
Author

@jgthms Sure, until then check out https://mhlo.io

@jgthms
Copy link
Owner

jgthms commented Oct 26, 2019

It works in 0.8.0 since container is-fluid has the following:

.container.is-fluid {
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

image

image

@acidjazz
Copy link
Author

@jgthms confirming for v0.8.0 and then I'll close this

@acidjazz
Copy link
Author

Lookin great! thanks @jgthms

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

2 participants