fix(layout): avoid clipping text because of negative indent, closes #2498 (#2526)

This commit is contained in:
Huang Xin
2025-11-24 13:11:29 +08:00
committed by GitHub
parent bff9c2a770
commit 998b14c5b0
+1 -2
View File
@@ -325,8 +325,7 @@ const getLayoutStyles = (
white-space: pre-wrap !important;
}
p:not([dir="rtl"]) {
max-width: 100%;
body:not([dir="rtl"]) {
overflow-x: clip;
}