Skip to content

Commit

Permalink
more space for controls
Browse files Browse the repository at this point in the history
  • Loading branch information
RFDarter committed Jul 15, 2024
1 parent 6e16926 commit 926a9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/v3/src/css/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { css } from "lit";
export default css`
.flex-grid-half {
display: grid;
grid-template-columns: 600px 2fr;
grid-template-columns: 700px 2fr;
}
.flex-grid-half.expanded_entity,
.flex-grid-half.expanded_logs {
Expand Down

0 comments on commit 926a9b2

Please sign in to comment.