Skip to content

Commit

Permalink
Fix enabled filters flex (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Apr 20, 2024
1 parent 45a42a7 commit fcbabcd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"/powergrid.js": "/powergrid.js?id=8dbd9927fb1c6a57be1f269d484ae3c8",
"/bootstrap5.css": "/bootstrap5.css?id=03aba1df82c23db07c1d1096efcd42ae",
"/tailwind.css": "/tailwind.css?id=0a704dc8cc7a1f02d8000c080300b604",
"/tailwind.css": "/tailwind.css?id=91710d66f68761c8de252c2e785ec55d",
"/tom-select.css": "/tom-select.css?id=7af730d2c4bf937316d4002948b1571d",
"/powergrid.css": "/powergrid.css?id=ee781c994cba731d2aaeb746c9cd91ac"
"/powergrid.css": "/powergrid.css?id=ccf9e99db3929ffc436445d5befaf2ac"
}
2 changes: 1 addition & 1 deletion dist/powergrid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tailwind.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,7 @@ table thead {
select {
background-image: unset !important;
}

.pg-enabled-filters-base {
@apply flex items-center gap-2 mt-2 md:mt-0 flex-wrap
}
4 changes: 4 additions & 0 deletions resources/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@
.pg-filter-container {
@apply py-3;
}

.pg-enabled-filters-base {
@apply flex items-center gap-2 mt-2 md:mt-0 flex-wrap
}

0 comments on commit fcbabcd

Please sign in to comment.