Skip to content

Commit

Permalink
style #319 OP-301 - Change style on order details (SzymonKostrubiec)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------



Commits
-------

17a4a92 OP-301 - change style on order details
  • Loading branch information
GSadee authored Jun 26, 2024
2 parents f9b931b + 17a4a92 commit f9f7c4e
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 f9f7c4e

Please sign in to comment.