fix(style): apply svg container margin only in desktop view (#26894)

This commit is contained in:
Rucha Mahabal 2021-08-10 23:49:56 +05:30 committed by Rohit Waghchaure
parent 7167fd00bc
commit 9855bbb95e

View File

@ -188,6 +188,10 @@
// horizontal hierarchy tree view
#hierarchy-chart-wrapper {
padding-top: 30px;
#arrows {
margin-top: -80px;
}
}
.hierarchy {
@ -211,7 +215,6 @@
#arrows {
position: absolute;
overflow: visible;
margin-top: -80px;
}
.active-connector {