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-offset-one-third makes only 0.3333% spacing #3814

Open
naokirin opened this issue May 5, 2024 · 0 comments
Open

is-offset-one-third makes only 0.3333% spacing #3814

naokirin opened this issue May 5, 2024 · 0 comments

Comments

@naokirin
Copy link

naokirin commented May 5, 2024

This is about Bulma.

I am not quite sure if this is an intended feature or a bug.

Overview of the problem

This is about the Bulma CSS framework

I'm using Bulma version [1.0.0]
My browser is: Google Chrome
I am sure this issue is not a duplicate

Description

I expects that is-offset-on-third make one third spacing (33.3333...%), but in actually only 0.3333% spacing

Steps to Reproduce

Create your own html code.

<html>
  <head>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
  </head>
  <body>
    <div class="columns">
      <div class="column is-one-third">first</div>
      <div class="column is-one-third is-offset-one-third">second</div>
    </div>
  </body>
</html>

Expected behavior

I expected that it make one third spacing (33.3333...%).

column-is-offset-one-third-expected

Actual behavior

It makes 0.3333% spacing.

column-is-offset-on-third-actual

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