mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fix mobile order header in admin panel
This commit is contained in:
parent
a9e5de508d
commit
71c10b832a
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{% set order = hookable_metadata.context.resource %}
|
||||
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="d-md-flex gap-2 align-items-center">
|
||||
<div class="d-flex gap-2 align-items-center">
|
||||
<h1 class="page-title">
|
||||
{{ 'sylius.ui.order'|trans }}
|
||||
#{{ order.number }}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<div class="row mt-3">
|
||||
<div class="row mt-3 row-gap-2">
|
||||
{% hook 'title_block' %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue