From 683ed02a6ff1085f44edf2a284de7be89429dd04 Mon Sep 17 00:00:00 2001 From: Smol-An Date: Thu, 20 Jun 2024 23:58:03 +0300 Subject: [PATCH] [#1629] fix the gap between the buttons --- resources/views/exercise/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/exercise/show.blade.php b/resources/views/exercise/show.blade.php index 6aa1b5af..be0bc897 100644 --- a/resources/views/exercise/show.blade.php +++ b/resources/views/exercise/show.blade.php @@ -62,7 +62,7 @@ class="sticky-top col-md-12 d-flex {{ $previousExercise->exists ? 'justify-conte
@auth -
+
@if ($exercise->solutions()->exists())