From: Carl Worth Date: Mon, 29 Jun 2020 15:40:08 +0000 (-0700) Subject: Allow a really long word inside an ambiguity button to break onto multiple lines X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=e757a3901a286c6770adcfbc38ed31eec422a828 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. --- 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 {