Skip to content

Commit

Permalink
[#1629] fix the gap between the buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Smol-An committed Jun 20, 2024
1 parent f02ff45 commit 4a48647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/exercise/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class="sticky-top col-md-12 d-flex {{ $previousExercise->exists ? 'justify-conte
<hr>
<div>
@auth
<div class="d-flex mb-4">
<div class="d-flex justify-content-between mb-4">
@if ($exercise->solutions()->exists())
<a class="btn btn-secondary mr-1"
href="{{ route('solutions.index', ['filter' => ['exercise_id' => $exercise->id]]) }}" role="button">
Expand Down

0 comments on commit 4a48647

Please sign in to comment.