Fix video modal path wrap

This commit is contained in:
Zoe Roux 2026-03-13 18:18:45 +01:00
parent fd8bc72074
commit 848e1154e1
No known key found for this signature in database

View File

@ -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