Skip to content

Commit

Permalink
fix(DiffView): Fix headers wrap (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
grafakus authored Nov 5, 2024
1 parent 58e89cb commit 6ada58a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ const getStyles = (theme: GrafanaTheme2, color: string) => ({
justify-content: space-between;
align-items: flex-start;
margin-bottom: ${theme.spacing(2)};
flex-wrap: wrap;
& > h6 {
font-size: 15px;
Expand Down

1 comment on commit 6ada58a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unit test coverage

Lines Statements Branches Functions
Coverage: 12%
12.34% (486/3937) 9.73% (136/1397) 8.88% (111/1249)

Please sign in to comment.