Skip to content

Commit

Permalink
OP-301 - change style on order details
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jun 11, 2024
1 parent f9b931b commit 17a4a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/views/Order/Admin/_invoices.html.twig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% import '@SyliusUi/Macro/buttons.html.twig' as buttons %}

<div class="ui segment" id="order-invoices">
<div class="ui segment" id="order-invoices" style="overflow-x: auto;">
<h3 class="ui dividing header" id="shipping-state">{{ 'sylius_invoicing_plugin.ui.invoices'|trans }}</h3>
<table class="ui celled compact small table fixed">
<table class="ui celled compact table">
<thead>
<tr>
<th>{{ 'sylius.ui.number'|trans }}</th>
Expand Down

0 comments on commit 17a4a92

Please sign in to comment.