fix(ui): vertical alignment for ordered list marker with bullet marker

This commit is contained in:
charlie
2023-05-12 11:25:22 +08:00
committed by Tienson Qin
parent 3c7d961578
commit 3fd595ad2c

View File

@@ -531,7 +531,7 @@
}
&.as-order-list {
@apply w-[28px] whitespace-nowrap justify-start;
@apply w-[28px] whitespace-nowrap justify-start pl-[4px];
}
.bullet {