mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
iOS <button> element's minimum width is dependant on its font-size, so the .delete width wasn't able to be as small as it's height, resulting in one arm of the X being longer than the other. font-size: 0 does the trick.
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
display: inline-block
|
display: inline-block
|
||||||
flex-grow: 0
|
flex-grow: 0
|
||||||
flex-shrink: 0
|
flex-shrink: 0
|
||||||
font-size: $size-normal
|
font-size: 0
|
||||||
height: 20px
|
height: 20px
|
||||||
max-height: 20px
|
max-height: 20px
|
||||||
max-width: 20px
|
max-width: 20px
|
||||||
|
|||||||
Reference in New Issue
Block a user