]> git.cworth.org Git - lmno.games/commitdiff
Allow a really long word inside an ambiguity button to break onto multiple lines
authorCarl Worth <cworth@cworth.org>
Mon, 29 Jun 2020 15:40:08 +0000 (08:40 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 29 Jun 2020 15:40:08 +0000 (08:40 -0700)
Thanks to playtesting with "4 made-up words" and entries of
"supercalifragilisticexpialidocious" for exposing this bug.

empathy/empathy.css

index 8a3f36c7384aeaf3596fedc35fecc40963de2097..9d458a3cbb7ea71360dfacfbd282135ce3d22463 100644 (file)
@@ -48,6 +48,7 @@
 .ambiguity-button {
     border-radius: 10px;
     margin: 0;
+    overflow-wrap: break-word;
 }
 
 .ambiguity-button.selected {