mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 17:30:35 +00:00
Minor: keep the lineage style LTR only (#15217)
This commit is contained in:
parent
c1878a5184
commit
0cdfad1c3a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user