mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-25 02:04:39 +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 {
|
.lineage-card {
|
||||||
height: calc(100vh - 240px);
|
height: calc(100vh - 240px);
|
||||||
|
|
||||||
|
// lineage and it's children's always should be ltr
|
||||||
|
direction: ltr;
|
||||||
|
* {
|
||||||
|
direction: ltr;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.full-screen-lineage {
|
.full-screen-lineage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user