Use responsive iframe control for charts (#49)

* Use responsive iframe control to charts

* Move external Grafana link to Dashboard page

* Remove unused embedded style class

* Add button label
This commit is contained in:
John Wu
2021-06-02 15:02:58 -07:00
committed by GitHub
parent d8f14aaeba
commit e8a84563bd
6 changed files with 105 additions and 412 deletions

View File

@@ -166,8 +166,12 @@ const useStyles = makeStyles((theme) => ({
grow: {
flexGrow: 1,
},
iframe: {
embeddedWrapper: {
marginTop: 10,
position: "relative",
overflow: "hidden",
width: "100%",
paddingTop: "56.25%",
},
}));