From 74d8dd4b6d207fe7b3285bede51b48c7a5495940 Mon Sep 17 00:00:00 2001 From: Smol-An Date: Mon, 24 Jun 2024 02:05:09 +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())