diff --git a/projects/project-3/frontend/src/app/dashboard/dashboard.component.html b/projects/project-3/frontend/src/app/dashboard/dashboard.component.html index 5700a18..3f85bf0 100644 --- a/projects/project-3/frontend/src/app/dashboard/dashboard.component.html +++ b/projects/project-3/frontend/src/app/dashboard/dashboard.component.html @@ -17,7 +17,10 @@
- + +
diff --git a/projects/project-3/frontend/src/app/dashboard/table/table.component.html b/projects/project-3/frontend/src/app/dashboard/table/table.component.html index f30d61e..da13573 100644 --- a/projects/project-3/frontend/src/app/dashboard/table/table.component.html +++ b/projects/project-3/frontend/src/app/dashboard/table/table.component.html @@ -1,5 +1,5 @@
-
+
diff --git a/projects/project-3/frontend/src/styles.scss b/projects/project-3/frontend/src/styles.scss index c5948d4..e24de31 100644 --- a/projects/project-3/frontend/src/styles.scss +++ b/projects/project-3/frontend/src/styles.scss @@ -1,5 +1,6 @@ html, body { height: 100vh; + min-width: 600px; } body {