Skip to content

Instantly share code, notes, and snippets.

@sekmo
Last active May 17, 2021 09:20
Show Gist options
  • Save sekmo/ac752a87b61891433fc46dd0834ad24a to your computer and use it in GitHub Desktop.
Save sekmo/ac752a87b61891433fc46dd0834ad24a to your computer and use it in GitHub Desktop.
AWS Cloudwatch dashboard css improvements
// In Cloudwatch dashboards, the widget we add are taking too much space.
// use sth like stylebot to apply it
.SplitPane-module__splitPane___334V0 {
display: flex;
min-height: 0;
}
.react-grid-item {
height: 300px !important;
position: relative !important;
top: 0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment