Skip to content
Snippets Groups Projects
Commit e6ebe4f8 authored by Esko Ikkala's avatar Esko Ikkala
Browse files

Fix checkbox iconbutton height

parent 75f2891c
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ const styles = () => ({
},
treeNode: {
fontFamily: 'Roboto',
},
formControlRoot: {
maxHeight: 24
}
});
......@@ -148,6 +151,9 @@ class Tree extends Component {
/>
}
label={node.title}
classes={{
root: classes.formControlRoot
}}
/>
),
})}
......
......@@ -26,11 +26,8 @@
a, a:visited, a:hover, a:active {
color: blue;
}
.rstcustom__rowLabel {
margin-left: 10px;
}
.rstcustom__rowLabel span[class*=' MuiIconButton'], .rstcustom__rowLabel span[class^='MuiIconButton'] {
padding: 0px;
.rstcustom__expandButton {
margin-top: 1px
}
</style>
<title><%= htmlWebpackPlugin.options.title %></title>
......
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