fix: Nest .level class style under .hierarchy class (#26905)

fix: Nest `.level` class style under `.hierarchy` class
This commit is contained in:
Suraj Shetty
2021-08-12 21:12:52 +05:30
committed by Rucha Mahabal
parent 15cb248d9e
commit 1514916520

View File

@@ -206,10 +206,12 @@
margin: 0px 0px 16px 0px; margin: 0px 0px 16px 0px;
} }
.level { .hierarchy, .hierarchy-mobile {
margin-right: 8px; .level {
align-items: flex-start; margin-right: 8px;
flex-direction: column; align-items: flex-start;
flex-direction: column;
}
} }
#arrows { #arrows {