fix: .resize should be inline-flex

This commit is contained in:
Peng Xiao
2021-04-01 13:58:31 +08:00
committed by Tienson Qin
parent ebc58790b4
commit ed68aebc7b

View File

@@ -73,7 +73,7 @@
}
.resize {
display: flex;
display: inline-flex;
}
.draw [aria-labelledby="shapes-title"] {