mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix for issue 336
Using gapless columns and offset at the same time, cancels the offset. Removing margin: 0 from columns.scss fixes the problem.
This commit is contained in:
parent
a609b5c392
commit
3c8582d64e
@ -452,7 +452,7 @@ $column-gap: 0.75rem !default
|
||||
+ltr-property("margin", 0)
|
||||
margin-top: 0
|
||||
& > .column
|
||||
margin: 0
|
||||
// margin: 0
|
||||
padding: 0 !important
|
||||
&:not(:last-child)
|
||||
margin-bottom: 1.5rem
|
||||
|
Loading…
Reference in New Issue
Block a user