From 5d191b921ef7b7c84a016f418bbcff55b2012f8d Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Tue, 25 Jun 2019 03:08:02 +0200 Subject: [PATCH] Download page: Fixed Edge's word wrap (#1920) This makes the word break behavior consistent in all browsers. --- download.html | 1 - 1 file changed, 1 deletion(-) diff --git a/download.html b/download.html index abd58cabac..c8e0bf9af5 100644 --- a/download.html +++ b/download.html @@ -107,7 +107,6 @@ } #download pre { height: 20em; - word-wrap: break-word; } #download .download-button { cursor: pointer;