From e757a3901a286c6770adcfbc38ed31eec422a828 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 29 Jun 2020 08:40:08 -0700 Subject: [PATCH] Allow a really long word inside an ambiguity button to break onto multiple lines Thanks to playtesting with "4 made-up words" and entries of "supercalifragilisticexpialidocious" for exposing this bug. --- empathy/empathy.css | 1 + 1 file changed, 1 insertion(+) diff --git a/empathy/empathy.css b/empathy/empathy.css index 8a3f36c..9d458a3 100644 --- a/empathy/empathy.css +++ b/empathy/empathy.css @@ -48,6 +48,7 @@ .ambiguity-button { border-radius: 10px; margin: 0; + overflow-wrap: break-word; } .ambiguity-button.selected { -- 2.43.0