From 89d4738da5661e91977e6cc80c7170f6ab00c305 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Sun, 3 Jan 2021 04:41:23 +0100 Subject: [PATCH] Add min width and add some more margins --- .../frontend/src/app/dashboard/dashboard.component.html | 5 ++++- .../frontend/src/app/dashboard/table/table.component.html | 2 +- projects/project-3/frontend/src/styles.scss | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) 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 {