bulma
bulma copied to clipboard
button.is-primary.is-outlined issue: block-size increment
This is about Bulma | the Docs.
Overview of the problem
This is about the Bulma CSS framework This is about the Bulma Docs I'm using Bulma version [1.o.o] My browser is: Brave
Description
border-width:1px to 2px do button block-size increment
Steps to Reproduce
- https://bulma.io/documentation/start/syntax/
- button class="button is-primary is-outlined" :hover action
Expected behavior
No size increment
Actual behavior
Size increment
The border-width
increases but the padding
decreases, so the overall button size doesn't change.