From 93b83bd9e1e7687a166151cfe35bb7e4ac7d9960 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Fri, 25 Nov 2022 18:55:48 +1100 Subject: [PATCH] fix (admin): weird layout on mobile --- client/pages/adminpage.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/pages/adminpage.scss b/client/pages/adminpage.scss index cccf9faf..4b2db4e1 100644 --- a/client/pages/adminpage.scss +++ b/client/pages/adminpage.scss @@ -47,6 +47,7 @@ @media screen and (max-width: 550px) { display: block; .nothing{ display: none; } + input[type="checkbox"] { top: -7px; } } > span{ white-space: nowrap;