Skip to content

Commit

Permalink
Fixes styling causeing banner to have left margin
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Apr 8, 2022
1 parent 2c79ca6 commit 79e874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/nova-impersonating-banner.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
@if ($isImpersonating)
<div class="items-center justify-center w-full p-2 mx-8 text-center text-white bg-red-600 md:flex">
<div class="items-center justify-center w-full p-2 text-center text-white bg-red-600 md:flex">
<p class="text-lg">You are impersonating</p>

<div class="flex-grow">
Expand Down

0 comments on commit 79e874d

Please sign in to comment.