Skip to content

Commit

Permalink
Remove dashboard table block styles
Browse files Browse the repository at this point in the history
This partially reverts commit b291447
  • Loading branch information
caendesilva committed Feb 26, 2024
1 parent 34ca9e4 commit 1350c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realtime-compiler/resources/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
@endif
</div>
@else
<table class="table table-bordered d-block overflow-x-auto">
<table class="table table-bordered">
<tr>
@foreach(['Page Type', 'Route Key', 'Source File', 'Output File', 'Identifier'] as $header)
<th>{{ $header }}</th>
Expand Down

0 comments on commit 1350c84

Please sign in to comment.