mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 02:48:30 +08:00
categorical padding to account for collapse
This commit is contained in:
@@ -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"}}
|
||||
|
||||
@@ -44,6 +44,7 @@ class CategoryValue extends React.Component {
|
||||
fontWeight: selected ? 700 : 400,
|
||||
}}>
|
||||
<p style={{
|
||||
paddingLeft: 15,
|
||||
width: 200,
|
||||
flexShrink: 0,
|
||||
margin: 0,
|
||||
|
||||
Reference in New Issue
Block a user