Skip to content

Commit

Permalink
fix: should use inline instead of inline-block
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 21, 2021
1 parent 8313c94 commit 82a671f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

.block-ref div.flex {
display: inline-block;
display: inline;
padding: 0 0.2em;
}

Expand Down

0 comments on commit 82a671f

Please sign in to comment.