Last active
May 17, 2021 09:20
-
-
Save sekmo/ac752a87b61891433fc46dd0834ad24a to your computer and use it in GitHub Desktop.
AWS Cloudwatch dashboard css improvements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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