diff --git a/rossa-tech-cli/src/app/components/dashboard/dashboard.component.html b/rossa-tech-cli/src/app/components/dashboard/dashboard.component.html index d7de8ea..0c6ff71 100644 --- a/rossa-tech-cli/src/app/components/dashboard/dashboard.component.html +++ b/rossa-tech-cli/src/app/components/dashboard/dashboard.component.html @@ -1,12 +1,10 @@
- content header -

dashboard works!

+
- - + diff --git a/rossa-tech-cli/src/styles.scss b/rossa-tech-cli/src/styles.scss index c70bbba..56f0630 100644 --- a/rossa-tech-cli/src/styles.scss +++ b/rossa-tech-cli/src/styles.scss @@ -70,3 +70,8 @@ button { justify-content: end; } } + +// mat-table +.mat-mdc-table .mat-mdc-row { + height: 42px; +}