Skip to content

Commit

Permalink
Merge pull request #1227 from DissNik/2.x-issue-1218
Browse files Browse the repository at this point in the history
issue 1218
  • Loading branch information
lee-to authored Sep 1, 2024
2 parents 468cb68 + 618b068 commit fc10ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/css/components/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ input[type='number'] {
.form-range {
@apply h-2 w-full cursor-pointer appearance-none rounded-lg bg-gray-200 focus:outline-gray-200 dark:bg-dark-800;
&-slider {
@apply relative z-0 h-2;
@apply relative z-0 my-1.5 h-2;
}
&-tracker {
@apply absolute bottom-0 left-0 right-0 top-0 z-3 rounded-md bg-gray-200 dark:bg-dark-200;
Expand Down
2 changes: 2 additions & 0 deletions resources/views/decorations/flex.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<div
{{ $attributes
->class([
'form-group',
'sm:flex',
'sm:flex-row',
'gap-4' => !$element->isWithoutSpace(),
'items-' . $element->getItemsAlign(),
'justify-' . $element->getJustifyAlign()
Expand Down

0 comments on commit fc10ea4

Please sign in to comment.