Skip to content

Commit

Permalink
fix: avoid horizontal scroll in process templates table
Browse files Browse the repository at this point in the history
re #26259
  • Loading branch information
Simon Sendler committed Sep 4, 2024
1 parent f198a23 commit f07dceb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<table
role="grid"
id="processTable"
class="table table-bordered table-fixed table-hover">
class="table table-bordered table-hover">

<!-- COLUMNHEADER -->
<thead>
Expand Down Expand Up @@ -118,7 +118,7 @@
<intranda:columnheader
value="#{msgs.auswahl}"
sortable="false"
addClass="gw-table-fixed__actions" />
addClass="gw-table__actions" />

</tr>
</thead>
Expand Down

0 comments on commit f07dceb

Please sign in to comment.