mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
Fix: text overflow in path selector
This commit is contained in:
parent
83f99a3eec
commit
d77f67fb62
|
|
@ -142,6 +142,9 @@ class PathSelectorCompoment extends Component {
|
|||
<ListItemText
|
||||
classes={{ primary: classes.primary }}
|
||||
primary={value.name}
|
||||
primaryTypographyProps={{
|
||||
style: { whiteSpace: "normal" }
|
||||
}}
|
||||
/>
|
||||
{value.name !== "/" && (
|
||||
<ListItemSecondaryAction
|
||||
|
|
|
|||
Loading…
Reference in New Issue