--- /dev/null
+.rng-module-nodeFamilyTree {\r
+ overflow-y: scroll;\r
+ max-height: 150px;\r
+ width:100%;\r
+ margin-top:10px;\r
+\r
+ table {\r
+ width: 90%;\r
+ margin: 0;\r
+ \r
+ tr {\r
+ td:nth-child(1) {\r
+ width: 30%;\r
+ }\r
+ td:nth-child(2) {\r
+ width: 70%;\r
+ }\r
+ td ul {\r
+ list-style-type: none;\r
+ margin: 0;\r
+ }\r
+ \r
+ }\r
+ }\r
+ \r
+ &::-webkit-scrollbar {\r
+ .rng-mixin-scrollbar;\r
+ }\r
+ &::-webkit-scrollbar-track {\r
+ .rng-mixin-scrollbar-track;\r
+ }\r
+ &::-webkit-scrollbar-thumb {\r
+ .rng-mixin-scrollbar-thumb;\r
+ }\r
+ &::-webkit-scrollbar-thumb:window-inactive {\r
+ .rng-mixin-scrollbar-thumb-window-inactive;\r
+ }\r
+}
\ No newline at end of file
@import '../modules/documentToolbar/documentToolbar.less';\r
@import '../modules/indicator/indicator.less';\r
@import '../modules/nodePane/nodePane.less';\r
+@import '../modules/nodeFamilyTree/nodeFamilyTree.less';\r
@import '../modules/metadataEditor/metadataEditor.less';
\ No newline at end of file