diff --git a/src/components/app/App.scss b/src/components/app/App.scss index 9ed7a9ca..d0c6f0ce 100644 --- a/src/components/app/App.scss +++ b/src/components/app/App.scss @@ -193,6 +193,9 @@ td.pagination-center { color: gray; font-style: italic; } +.gray { + color: gray; +} .gray-italics-small { color: gray; font-style: italic; diff --git a/src/components/concepts/ConceptHierarchyTree.jsx b/src/components/concepts/ConceptHierarchyTree.jsx index d44da8ab..c96ff49c 100644 --- a/src/components/concepts/ConceptHierarchyTree.jsx +++ b/src/components/concepts/ConceptHierarchyTree.jsx @@ -113,12 +113,12 @@ class ConceptHierarchyTree extends React.Component { (event, d) => ( `
- ID: - ${d.data.id} + ID: + ${d.data.id}
- Name: - ${d.data.display_name} + Name: + ${d.data.display_name}
` ) diff --git a/src/components/concepts/d3Tree.scss b/src/components/concepts/d3Tree.scss index f6c3bb21..290ac92b 100644 --- a/src/components/concepts/d3Tree.scss +++ b/src/components/concepts/d3Tree.scss @@ -1,7 +1,6 @@ .d3-tip { - font-family: Arial, Helvetica, sans-serif; line-height: 1.4; - padding: 20px; + padding: 10px; pointer-events: none !important; color: #203d5d; box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);