v1.4.9 - Fixed (most of) style in all documents
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
</style>
|
||||
<table class="tbl letterSpaceTable" id="table_id">
|
||||
<thead>
|
||||
<th style="width: 6em;">Dato</th>
|
||||
<th class="w-6em">Dato</th>
|
||||
<th>Feedback Besked</th>
|
||||
<th style="width: 7em;">Feedback type</th>
|
||||
<th class="w-7em">Feedback type</th>
|
||||
@if(auth()->user()->can('feedback.delete'))
|
||||
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||
<th class="w-1em"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
|
||||
@endif
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user