fix: Nest .level class style under .hierarchy class
- To avoid style overrides in list view
This commit is contained in:
parent
a631ac605f
commit
99658ceb4e
@ -206,11 +206,13 @@
|
|||||||
margin: 0px 0px 16px 0px;
|
margin: 0px 0px 16px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hierarchy, .hierarchy-mobile {
|
||||||
.level {
|
.level {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#arrows {
|
#arrows {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user