Skip to content

Commit

Permalink
Use schedule-spec-row for class
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman committed Aug 31, 2023
1 parent c97ac36 commit 4aaf440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/schedule/schedules-table-row.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
{/each}
</td>
</TableRow>
<TableRow class="row">
<TableRow class="schedule-spec-row">
<td colspan="5" class="hidden xl:table-cell !p-0">
<ScheduleFrequency {calendar} {interval} inline class="text-sm w-auto" />
</td>
Expand All @@ -100,7 +100,7 @@
@apply p-2 text-left;
}
:global(.row td) {
:global(.schedule-spec-row td) {
@apply !border-t-0;
}
</style>

0 comments on commit 4aaf440

Please sign in to comment.