Skip to content

Commit

Permalink
Merge pull request #65 from araise-dev/feature/119-style-fix
Browse files Browse the repository at this point in the history
fix: style on mobile, add spacing on the left
  • Loading branch information
marcwieland95 authored Sep 19, 2024
2 parents 3cc6982 + 808517d commit 671846d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/tailwind_2/_header.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</h1>
{% endif %}
</div>
<div class="mt-4 flex sm:mt-0 sm:ml-4 space-x-3 items-center {{ block is defined ? ' mr-3' : '' }}">
<div class="mt-4 flex sm:mt-0 sm:ml-4 space-x-3 items-center {{ block is defined ? 'ml-3 mr-3' : '' }}">
{% if table.exporters|length > 0 and table.option('definition') and table.option('definition').hasCapability(constant('araise\\CrudBundle\\Enums\\Page::EXPORT')) %}
<div
{{ stimulus_controller('araise/core-bundle/dropdown') }}
Expand Down

0 comments on commit 671846d

Please sign in to comment.