Browse Source

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

charlie 2 years ago
parent
commit
3fd595ad2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/block.css

+ 1 - 1
src/main/frontend/components/block.css

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