From 34122b154948ed3cf1d6605d5fa3f51d1b680aa0 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 4 Oct 2023 09:36:55 +0200 Subject: [PATCH] Remove unused CSS class .third Co-authored-by: Joachim Schleicher --- umap/static/umap/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 22f35cce..b5f1ce9a 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -354,7 +354,7 @@ input.switch:checked ~ label:after { .button-bar.half { grid-template-columns: 1fr 1fr; } -.button-bar.third, .umap-multiplechoice.by3 { +.umap-multiplechoice.by3 { grid-template-columns: 1fr 1fr 1fr; } .umap-multiplechoice.by4 {