fix(mobile): incorrect padding between the bullet marker and the content boundary on mobile

This commit is contained in:
charlie
2023-05-15 18:53:06 +08:00
committed by Andelf
parent 7f56e83df7
commit d97d200b05

View File

@@ -201,12 +201,10 @@
}
.block-control-wrap {
height: 24px;
min-width: 44px;
margin-top: 0;
@apply h-[24px] mt-0 pr-[6px];
&.is-order-list {
@apply relative right-[3px] mr-0;
@apply relative right-[3px] mr-0 pr-0;
}
}