diff --git a/src/app/graphs/graphs.component.css b/src/app/graphs/graphs.component.css index 533dd69..f79327e 100644 --- a/src/app/graphs/graphs.component.css +++ b/src/app/graphs/graphs.component.css @@ -25,3 +25,6 @@ body { flex: 2; } +table { + width: 100%; +} diff --git a/src/styles.scss b/src/styles.scss index 3e5fbda..8f90dc6 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,5 +1,3 @@ @import './material-theme.scss'; @include cr-connect-theme($cr-connect-theme); -table { - width: 100%; - } \ No newline at end of file +