Andrew Wallo 10 months ago
parent
commit
9166b36b2f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      resources/css/filament/company/form-fields.css

+ 2
- 2
resources/css/filament/company/form-fields.css View File

42
 }
42
 }
43
 
43
 
44
 /* Table Repeater Styles */
44
 /* Table Repeater Styles */
45
-:not(.is-spreadsheet) {
45
+.table-repeater-component:not(.is-spreadsheet) {
46
     .table-repeater-row {
46
     .table-repeater-row {
47
         @apply hover:bg-gray-50 dark:hover:bg-white/5 transition-colors;
47
         @apply hover:bg-gray-50 dark:hover:bg-white/5 transition-colors;
48
     }
48
     }
81
 }
81
 }
82
 
82
 
83
 /* Excel/Spreadsheet styling */
83
 /* Excel/Spreadsheet styling */
84
-.is-spreadsheet {
84
+.table-repeater-component.is-spreadsheet {
85
     .table-repeater-container {
85
     .table-repeater-container {
86
         overflow-x: auto;
86
         overflow-x: auto;
87
         max-width: 100%;
87
         max-width: 100%;

Loading…
Cancel
Save