mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
fix: Nest .level class style under .hierarchy class
- To avoid style overrides in list view
This commit is contained in:
@@ -206,10 +206,12 @@
|
||||
margin: 0px 0px 16px 0px;
|
||||
}
|
||||
|
||||
.level {
|
||||
margin-right: 8px;
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
.hierarchy, .hierarchy-mobile {
|
||||
.level {
|
||||
margin-right: 8px;
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
#arrows {
|
||||
|
||||
Reference in New Issue
Block a user