Skip to content

Commit

Permalink
Merge pull request #34904 from phillip-kruger/dev-ui-scheduler-fix
Browse files Browse the repository at this point in the history
Dev UI Scheduler: Fix screen height
  • Loading branch information
cescoffier committed Jul 21, 2023
2 parents e60b52a + 2ab4057 commit 199ab44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export class QwcSchedulerScheduledMethods extends LitElement {
display: flex;
flex-direction: column;
gap: 10px;
height: 100%;
}
.schedules-table {
Expand Down

0 comments on commit 199ab44

Please sign in to comment.