Minor: keep the lineage style LTR only (#15217)

This commit is contained in:
Sachin Chaurasiya 2024-02-16 16:38:09 +05:30 committed by GitHub
parent c1878a5184
commit 0cdfad1c3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,6 +193,12 @@
.lineage-card {
height: calc(100vh - 240px);
// lineage and it's children's always should be ltr
direction: ltr;
* {
direction: ltr;
}
}
.full-screen-lineage {