diff --git a/public/css/app.css b/public/css/app.css index 056b86abc..0f82a05a1 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -50246,10 +50246,6 @@ body{ width: 66.666667%; } - .lg\:w-auto{ - width: auto; - } - .lg\:w-1\/4{ width: 25%; } @@ -50266,6 +50262,10 @@ body{ width: 1rem; } + .lg\:w-auto{ + width: auto; + } + .lg\:w-2\/4{ width: 50%; } @@ -50335,6 +50335,12 @@ body{ gap: 4rem; } + .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){ + --tw-space-x-reverse: 0; + margin-right: calc(4rem * var(--tw-space-x-reverse)); + margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); + } + .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); diff --git a/resources/views/components/documents/form/line-item.blade.php b/resources/views/components/documents/form/line-item.blade.php index a4f169718..2180995ab 100644 --- a/resources/views/components/documents/form/line-item.blade.php +++ b/resources/views/components/documents/form/line-item.blade.php @@ -31,7 +31,7 @@