diff --git a/public/css/app.css b/public/css/app.css index 9d098a3be..10c97872c 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -57885,5 +57885,12 @@ body{ .\32xl\:w-8{ width: 2rem; } + + .\32xl\:flex-row{ + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } } diff --git a/resources/views/components/layouts/modules/show/buttons.blade.php b/resources/views/components/layouts/modules/show/buttons.blade.php index 436dabc66..1efee00b4 100644 --- a/resources/views/components/layouts/modules/show/buttons.blade.php +++ b/resources/views/components/layouts/modules/show/buttons.blade.php @@ -1,6 +1,6 @@ @props(['module', 'installed', 'enable']) -