From 4e914672e9f53215d385628c45a90cc6cd4eacaf Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 12 Feb 2025 12:02:15 +0100 Subject: [PATCH] Make sure text stays on a line after floating elements --- src/alfagok/static/game.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/alfagok/static/game.css b/src/alfagok/static/game.css index 187ade0..66f52d2 100644 --- a/src/alfagok/static/game.css +++ b/src/alfagok/static/game.css @@ -39,6 +39,7 @@ a.title { .guessesheading, .guessesbefore, .guessesafter { text-align: center; + clear: both; } input[type="text"] {