mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-03-17 23:19:14 -04:00
Fix video modal path wrap
This commit is contained in:
parent
fd8bc72074
commit
848e1154e1
@ -78,7 +78,7 @@ export const PathItem = ({
|
||||
{...tooltip(t("videos-map.no-guess"))}
|
||||
/>
|
||||
)}
|
||||
<P className="flex-1 flex-wrap">{path}</P>
|
||||
<P className="wrap-anywhere flex-1 flex-wrap">{path}</P>
|
||||
</View>
|
||||
<ComboBox
|
||||
multiple
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user