Skip to content

Commit

Permalink
Merge pull request #32 from awcodes/fix/fileupload-hidden-label
Browse files Browse the repository at this point in the history
Fix: hidden fileupload label and match button style
  • Loading branch information
awcodes authored Mar 20, 2023
2 parents a7dafff + 0c469cd commit 65117b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/css/plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
min-width: 100% !important;
}

.filament-table-repeater-column.has-hidden-label label:not(.filament-forms-checkbox-list-component-option-label, .filament-forms-radio-component label) {
.filament-table-repeater-column.has-hidden-label label:not(.filament-forms-checkbox-list-component-option-label, .filament-forms-radio-component label, .filepond--drop-label label) {
@apply not-sr-only text-sm mb-2 md:sr-only;
}

Expand Down
2 changes: 1 addition & 1 deletion resources/dist/filament-table-repeater.css

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

1 change: 1 addition & 0 deletions resources/views/components/repeater-table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ class="filament-table-repeater-rows-wrapper divide-y divide-gray-300 dark:divide
:wire:click="'dispatchFormEvent(\'repeater::createItem\', \'' . $getStatePath() . '\')'"
size="sm"
type="button"
outlined
>
{{ $getCreateItemButtonLabel() }}
</x-forms::button>
Expand Down

0 comments on commit 65117b3

Please sign in to comment.