From df2b08a75aa3f2eec532e66a7f11ccc6d8f31374 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Mon, 19 Nov 2018 09:07:14 -0600 Subject: [PATCH] Remove soft-hyphens in popup. Closes #562 --- popup/popup.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/popup/popup.css b/popup/popup.css index 99bc18de..9eca352a 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -554,7 +554,8 @@ body.blocked .actions > .main-controls { } .blocked-info { - hyphens: auto; + hyphens: none; + word-wrap: break-word; } .blocked-info label {