From 2dd71a002b9aa18e123e150135f5187c65a8c602 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 7 Jan 2021 19:10:28 -0800 Subject: [PATCH] Fix word-wrap should be word-break. --- frontends/etiquette_flask/templates/photo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index e315c34..4e4578f 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -34,7 +34,7 @@ #editor_area { grid-area: editor_area; - word-wrap: break-word; + word-break: break-word; } #before_after_links {