From 2c509208edd724ad063c4797e37a692f85d5e843 Mon Sep 17 00:00:00 2001 From: Meghna <11170663+MeghnaAJ@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:51:04 +0530 Subject: [PATCH] UX: fix solution alignment on mobile (#148) --- assets/stylesheets/solutions.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/solutions.scss b/assets/stylesheets/solutions.scss index 78dccc5..d505d1b 100644 --- a/assets/stylesheets/solutions.scss +++ b/assets/stylesheets/solutions.scss @@ -46,6 +46,7 @@ $solved-color: green; font-size: $font-up-1; span { display: inline-block; + padding: 8px 1px; } .accepted-label { margin-left: 7px;