fix: remove unnecessary bullet class

This commit is contained in:
Peng Xiao
2021-05-06 18:16:37 +08:00
committed by Tienson Qin
parent 3a2ebd00b7
commit 4f29e3d021
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@
.resize {
display: inline-flex;
/* Fix chrome missing resize handle issue. Ref: https://github.com/logseq/logseq/pull/1692/files */
/* Fix chrome missing resize handle issue https://bugs.chromium.org/p/chromium/issues/detail?id=1135676&q=css%20resize%20type%3DBug&can=2.*/
transform: translate3d(0, 0, 0);
}