Skip to content

Commit

Permalink
fix: .resize should be inline-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 authored and tiensonqin committed Apr 1, 2021
1 parent ebc5879 commit ed68aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/block.css
Expand Up @@ -73,7 +73,7 @@
}

.resize {
display: flex;
display: inline-flex;
}

.draw [aria-labelledby="shapes-title"] {
Expand Down

0 comments on commit ed68aeb

Please sign in to comment.