Do not use sr-only for service order column

Otherwise, it seems like the header is “cut off” because it has no
bottom border.
This commit is contained in:
jordi fita mas 2024-01-24 00:35:02 +01:00
parent eb59babd86
commit adfe424bd4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<table class="services">
<thead>
<tr>
<th scope="col" class="sr-only">{{( pgettext "Order" "header" )}}</th>
<th scope="col">{{( pgettext "Order" "header" )}}</th>
<th scope="col">{{( pgettext "Service" "header" )}}</th>
<th scope="col">{{( pgettext "Actions" "header" )}}</th>
</tr>