mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
fix(style): apply svg container margin only in desktop view
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user