Skip to content

Commit

Permalink
Dev UI Scheduler: Fix screen height
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
  • Loading branch information
phillip-kruger committed Jul 21, 2023
1 parent e60b52a commit 2ab4057
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 2ab4057

Please sign in to comment.