From 4f1dedf641b509d5d6dc83b1295ba8a9fb4fdb26 Mon Sep 17 00:00:00 2001 From: Nikita Sychev Date: Wed, 13 Nov 2024 22:00:32 +0500 Subject: [PATCH] Use min-width to force column width on mobile devices --- frontend/src/index.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index e5bfa75..a79728b 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -103,7 +103,6 @@ th, td { th { text-align: left; border-bottom: 1px solid #000; - width: 1fr; } .sr-only { @@ -238,8 +237,9 @@ th { max-width: 30vw; } +.standings th.team-problem, .standings td.team-problem { - width: 2.1em; + min-width: 2.1em; } .hall-dropdown { @@ -270,8 +270,6 @@ th { font-size: 0.8em; } - - .hall-dropdown-menu { position: absolute; top: 100%;