Skip to content

Commit

Permalink
Design: remove maxWidth in AppChrome #31
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooky2 committed Jun 9, 2024
1 parent 939420d commit 5e00aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/core/components/AppChrome/AppChrome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const getStyles = (theme: GrafanaTheme2) => {
display: 'flex',
height: '100%',
width: '95%',
maxWidth: '1100px',
// maxWidth: '1100px',
flexGrow: 1,
minHeight: 0,
flexDirection: 'column',
Expand Down

0 comments on commit 5e00aeb

Please sign in to comment.