lbry-desktop/js/component
Alex Liebowitz 8e90389122 Layout tweak to "Download Succeeded" Modal
This displays the file path on its own line and does character-level
wrapping on the path only.

Ideally, we would just apply character wrapping to all words that are
too long for their line. There are CSS props for that but I haven't
been able to find a reliable way to do it without setting a width on the
outer container, which we don't want here (modals stretch based on their content). So this is the best compromise I can come up with.
2016-12-02 03:21:35 -05:00
..
common.js Add className prop to Icon 2016-11-22 01:06:04 -05:00
drawer.js Highlight drawer item for sub-pages 2016-11-11 06:36:02 -05:00
form.js Don't render hidden form fields 2016-11-22 01:06:24 -05:00
header.js cleaned up transaction history, added header subnav style 2016-08-27 10:12:56 -04:00
link.js Layout tweak to "Download Succeeded" Modal 2016-12-02 03:21:35 -05:00
load_screen.js Factor out generic loading screen component from SplashScreen 2016-09-21 01:35:29 -04:00
menu.js publish and form tweaks 2016-08-09 08:36:26 -04:00
modal.js Add option to disable confirm or abort buttons in modals 2016-11-10 06:59:53 -05:00
splash.js Factor out generic loading screen component from SplashScreen 2016-09-21 01:35:29 -04:00