categorical padding to account for collapse

This commit is contained in:
Colin Megill
2018-04-09 06:09:39 -07:00
parent 83bc7b8624
commit c28bddfd75
2 changed files with 2 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ class Category extends React.Component {
// textAlign: "right",
// fontFamily: globals.accentFont,
// fontStyle: "italic",
marginRight: 10,
margin: "3px 10px 3px 0px",
}}>
<span
style={{cursor: "pointer"}}

View File

@@ -44,6 +44,7 @@ class CategoryValue extends React.Component {
fontWeight: selected ? 700 : 400,
}}>
<p style={{
paddingLeft: 15,
width: 200,
flexShrink: 0,
margin: 0,