From 3f2d3cac19de798f59023d3276356be9d80987ed Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Wed, 13 Apr 2022 13:59:23 +0200 Subject: [PATCH] Fix account box sizing broken by Bulma update --- resources/sass/app.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 22f2b9ac..3bf4a82c 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -129,12 +129,12 @@ a:hover { background-color: hsl(0, 0%, 14%); /*black-ter from Bulma*/ margin: 0 1%; padding: 0.5rem 0.5rem 0.5rem 0.5rem; - width: 31.3%; + width: 31.3% !important; } @media screen and (max-width: 1217px) { - .tfa-list { - width: 48%; + .tfa-list { + width: 48% !important; } } @@ -147,7 +147,7 @@ a:hover { margin: 0; padding: 0.5rem 0.5rem 0.5rem 0.5rem; max-width: none; - width: auto; + width: auto !important; } }