Skip to content

Commit

Permalink
fix: graph rendering too wide when heading title is too long (#812)
Browse files Browse the repository at this point in the history
The graph would previously render at the max width of either the card or the header, which if the header was too wide for the display would mean part of the graph would render outside of the card

Co-authored-by: brokeh <git@brocky.net>
  • Loading branch information
brokeh and brokeh authored Jan 26, 2025
1 parent 6601972 commit 094280d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const stylesApex: CSSResultGroup = css`
#header {
padding: 8px 16px 0px;
grid-area: header;
overflow: hidden;
}
#header.floating {
position: absolute;
Expand Down

0 comments on commit 094280d

Please sign in to comment.