snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 1aaa904035fd4758d59bcf37b4d528a233268da2
parent 28f53068d7b233335486040b0b61a08ae9fbc26f
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Tue, 29 Dec 2020 20:55:38 +0100

Break lines in received text correctly (fix #229)

Diffstat:
Mclient/styles.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/styles.css b/client/styles.css @@ -382,7 +382,7 @@ x-dialog a { -webkit-user-select: all; -moz-user-select: all; user-select: all; - white-space: pre; + white-space: pre-wrap; } #receiveTextDialog #text a {