bulma-o-steps icon indicating copy to clipboard operation
bulma-o-steps copied to clipboard

Bulma-o-steps is having influence on Bulma's buttons classes

Open duartemvix opened this issue 4 years ago • 4 comments

I've just installed and uninstall Bulma o Steps to realize it's been moving the text in my large buttons to the left.

These were buttons with the following classes and rendered in this way:

<= link_to 'Go to store', for.main_product_path, class: 'button is-large is-warning is-light is-fullwidth' %>

By the way this is Rails and Ruby syntax. The code above would just render an <a> tag with href pointing to something such as '/products/25' and having a html class on it equivalent to those listed above.

It just simply justified the button's text after compiling into my application.css.

I removed it and noticed it's supposed to work with Bulma 0.8.2 which is not the version I'm running. I'm on 0.9 and I can't look into a solution for this right now.

I think Bulma-o-steps is a great addon to Bulma.

Another note is that I installed via yarn add bulma-o-steps

duartemvix avatar Sep 29 '20 01:09 duartemvix

Will take a look as soon as I can.

octoshrimpy avatar Dec 31 '20 06:12 octoshrimpy

Also came here experiencing an identical issue ('I've just installed and uninstall Bulma o Steps to realize it's been moving the text in my large buttons to the left), although I used npm install.

dylzeee avatar Feb 07 '21 04:02 dylzeee

I have the exact same Problem

LouisKoenig avatar Apr 18 '21 16:04 LouisKoenig

I've fixed mine by using @import "~bulma-o-steps/index.sass"; instead of @import "~bulma-o-steps/bulma-steps.sass";

jarielbalberona avatar May 12 '21 23:05 jarielbalberona