From 02792bc20c81311500522c9b3fa9d18af45e8dea Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Sat, 14 Jan 2023 21:22:17 +0100 Subject: [PATCH] [Client] Fix back button overlap in interrogation view on small screens A max-width property based on the viewport width less than a enough size has been added on the interrogration title, in order to fix this issue. --- truthseeker/static/css/game_ui_game.css | 1 + 1 file changed, 1 insertion(+) diff --git a/truthseeker/static/css/game_ui_game.css b/truthseeker/static/css/game_ui_game.css index 3441daf..e4b857e 100644 --- a/truthseeker/static/css/game_ui_game.css +++ b/truthseeker/static/css/game_ui_game.css @@ -136,6 +136,7 @@ html { color: var(--red-color); font-size: 3em; font-weight: bold; + max-width: calc(100vw - 2em); } .suspects {