Skip to content
Snippets Groups Projects
Commit 1498a185 authored by esikkala's avatar esikkala
Browse files

Improve hierarchical facet layout

parent 6c42ca90
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ class Tree extends Component {
treeData={this.state.treeData}
onChange={treeData => this.setState({ treeData })}
canDrag={false}
rowHeight={30}
// Custom comparison for matching during search.
// This is optional, and defaults to a case sensitive search of
// the title and subtitle values.
......
......@@ -34,8 +34,8 @@
font-size: 14px;
font-family: 'Roboto', sans-serif;
}
.rstcustom__expandButton {
margin-top: 1px
.rstcustom__rowWrapper {
display: flex;
}
.leaflet-popup-scrolled {
border: 0px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment