Revert "fix(NcRichText): adjust the direction of interactive items"

This reverts commit 4fe885e4e3.

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
Maksim Sukharev
2025-07-20 19:17:08 +02:00
parent 5a92c9b8ca
commit ae287a1f79

View File

@ -586,10 +586,6 @@ export default {
}
}
:deep(.rich-text--wrapper) {
direction: inherit;
}
// Always render code blocks LTR
:deep(.rich-text--wrapper) pre {
direction: ltr;