Skip to content

Commit

Permalink
[BootstrapAdminUi] Remove text-nowrap class (#154)
Browse files Browse the repository at this point in the history
Fixes #134
  • Loading branch information
loic425 authored Dec 10, 2024
2 parents 4b42af7 + 607c7af commit 2422a60
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 2422a60

Please sign in to comment.