We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb75cc commit fd9ab18Copy full SHA for fd9ab18
1 file changed
src/components/grid/box-item.vue
@@ -37,7 +37,7 @@ export default {
37
return classNames
38
}, [])
39
if (this.span) classNames.push(`is-${this.span}`)
40
- if (this.offset) classNames.push(`is-offset-${this.offset}`)
+ if (this.offset) classNames.push(`has-offset-${this.offset}`)
41
if (this.width || this.narrow !== void 0) classNames.push(`is-narrow`)
42
43
},
0 commit comments