Fix: text overflow in path selector

This commit is contained in:
HFO4 2021-03-09 14:55:40 +08:00
parent 83f99a3eec
commit d77f67fb62

View File

@ -142,6 +142,9 @@ class PathSelectorCompoment extends Component {
<ListItemText
classes={{ primary: classes.primary }}
primary={value.name}
primaryTypographyProps={{
style: { whiteSpace: "normal" }
}}
/>
{value.name !== "/" && (
<ListItemSecondaryAction