Skip to content

Commit

Permalink
css: Increase specificity of schedule list rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Jul 22, 2024
1 parent 6560e8d commit ecf6e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/list/schedule-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
}

.time-grid {
.timeline .time-grid {
grid-template-columns: minmax(0, 1fr);
grid-template-rows: minmax(0, 1fr);

Expand All @@ -63,7 +63,7 @@
}

// Design
.schedule-list {
.schedule-list .timeline {
.time-grid {
.grid {
.step {
Expand Down

0 comments on commit ecf6e65

Please sign in to comment.