Skip to content

Commit

Permalink
remove justify-center from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed May 26, 2024
1 parent 86d35dd commit 71ba833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div>
@include(powerGridThemeRoot() . '.header.actions')
</div>
<div class="flex flex-row justify-center items-center text-sm flex-wrap">
<div class="flex flex-row items-center text-sm flex-wrap">
@if (data_get($setUp, 'exportable'))
<div
class="mr-2 mt-2 sm:mt-0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@if (data_get($setUp, 'header.searchInput'))
<div class="flex flex-row mt-2 md:mt-0 w-full rounded-full flex justify-start sm:justify-center md:justify-end">
<div class="flex flex-row mt-3 md:mt-0 w-full rounded-full flex justify-start sm:justify-center md:justify-end">
<div class="group relative rounded-full w-full md:w-4/12 float-end float-right md:w-full lg:w-1/2">
<span class="absolute inset-y-0 left-0 flex items-center pl-1">
<span class="p-1 focus:outline-none focus:shadow-outline">
Expand Down

0 comments on commit 71ba833

Please sign in to comment.