Removing the only other globally applied style changes I could find.

This commit is contained in:
Dan 2021-02-26 19:39:59 -05:00
parent df3037c4e7
commit 90071ab40e
2 changed files with 4 additions and 3 deletions

View File

@ -25,3 +25,6 @@ body {
flex: 2;
}
table {
width: 100%;
}

View File

@ -1,5 +1,3 @@
@import './material-theme.scss';
@include cr-connect-theme($cr-connect-theme);
table {
width: 100%;
}