Skip to content

Commit

Permalink
Merge pull request #245 from FlowFuse/244-grid-row-height
Browse files Browse the repository at this point in the history
Fix Grid's "rowHeight" definition
  • Loading branch information
joepavitt authored Oct 6, 2023
2 parents 7dea8b8 + 6867651 commit c44cd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/layouts/Grid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
data () {
return {
columns: 12,
rowHeight: '48px'
rowHeight: 48
}
},
computed: {
Expand Down

0 comments on commit c44cd3d

Please sign in to comment.