Skip to content

Commit

Permalink
Refs #129216 normalize and set padding on column-grid both in view an…
Browse files Browse the repository at this point in the history
…d edit
  • Loading branch information
ichim-david committed Mar 24, 2021
1 parent 7cb3839 commit f532b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ColumnsBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// }

.blocks-form {
padding: 0.8rem !important;
padding: 1rem !important;
}

.block {
Expand Down Expand Up @@ -169,6 +169,7 @@
}

.ui.grid.column-grid {
padding: 1rem;
margin-top: 0.8rem;
margin-bottom: 0.8rem;
}
Expand Down

0 comments on commit f532b97

Please sign in to comment.