13 lines
170 B
SCSS
Raw Normal View History

2019-10-07 16:29:38 +09:00
.organization-tree {
ul,
li {
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
}
.organization-tree-node-invisible {
display: none;
}
}