Skip to content

Commit

Permalink
Merge pull request #1639 from Smol-An/fix_button_gap
Browse files Browse the repository at this point in the history
[#1629] fix the gap between the buttons
  • Loading branch information
fey authored Jun 24, 2024
2 parents 05c29b7 + 74d8dd4 commit 090b863
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 090b863

Please sign in to comment.