Skip to content

Commit

Permalink
Fix header column (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex authored Jul 20, 2023
1 parent cf31899 commit edb93e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/appengine/frontend3/src/templates/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% macro table_header_cell(column_id, column_name, is_sortable, is_sorted, is_descending, hide_on_mobile) %}
<span
class="vuln-table-cell mdc-data-table__header-cell
class="vuln-table-cell mdc-data-table__header-cell vuln-table-header
{% if is_sortable %}mdc-data-table__header-cell--with-sort__DISABLED{% endif %}
{% if is_sorted %}mdc-data-table__header-cell--sorted{% endif %}
{% if is_descending %}mdc-data-table__header-cell--sorted-descending{% endif %}
Expand Down

0 comments on commit edb93e1

Please sign in to comment.