Skip to content

Commit

Permalink
[BootstrapAdminUi] Remove text-nowrap class
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Dec 10, 2024
1 parent cbcf27f commit 65fb7ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>
</div>
<div class="table-responsive">
<table class="table card-table table-vcenter text-nowrap datatable" {{ sylius_test_html_attribute('grid-table') }}>
<table class="table card-table table-vcenter datatable" {{ sylius_test_html_attribute('grid-table') }}>
<thead>
<tr>
{{ table.headers(resources, resources.definition, app.request.attributes) }}
Expand Down

0 comments on commit 65fb7ba

Please sign in to comment.