Skip to content

Commit

Permalink
Fix: hidden fileupload label and match button style
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Mar 20, 2023
1 parent a7dafff commit 0c469cd
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 0c469cd

Please sign in to comment.