fix(style): apply svg container margin only in desktop view (#26894)
This commit is contained in:
parent
7167fd00bc
commit
9855bbb95e
@ -188,6 +188,10 @@
|
|||||||
// horizontal hierarchy tree view
|
// horizontal hierarchy tree view
|
||||||
#hierarchy-chart-wrapper {
|
#hierarchy-chart-wrapper {
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
|
|
||||||
|
#arrows {
|
||||||
|
margin-top: -80px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hierarchy {
|
.hierarchy {
|
||||||
@ -211,7 +215,6 @@
|
|||||||
#arrows {
|
#arrows {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
margin-top: -80px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.active-connector {
|
.active-connector {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user