From 894a68823fe37899c6283ff8d2e182fe44ab5e0f Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 18 Feb 2022 12:44:42 +0530 Subject: [PATCH] fix: button width --- school/public/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/school/public/css/style.css b/school/public/css/style.css index 194f867f..8118bd51 100644 --- a/school/public/css/style.css +++ b/school/public/css/style.css @@ -414,6 +414,7 @@ input[type=checkbox] { .wide-button { padding: 0.5rem 6rem; font-weight: 500; + width: inherit; } @media (max-width: 768px) {