From 90071ab40eba9140ae83c25cc9d4833d588ec857 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 26 Feb 2021 19:39:59 -0500 Subject: [PATCH] Removing the only other globally applied style changes I could find. --- src/app/graphs/graphs.component.css | 3 +++ src/styles.scss | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) 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 +