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:
parent
eb59babd86
commit
adfe424bd4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue