Skip to content

Commit

Permalink
Dev UI: Fix height in Rest Client
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Kruger <[email protected]>
(cherry picked from commit bf168be)
  • Loading branch information
phillip-kruger authored and aloubyansky committed Oct 25, 2023
1 parent c7205af commit 1f446e7
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ export class QwcRestClientClients extends LitElement {

// Component style
static styles = css`
:host {
display: block;
height: 100%;
}
.datatable {
height: 100%;
}
code {
font-size: 85%;
}`;
Expand Down

0 comments on commit 1f446e7

Please sign in to comment.