diff --git a/src-ui/src/app/components/dashboard/dashboard.component.html b/src-ui/src/app/components/dashboard/dashboard.component.html index a503e143d..df67040b8 100644 --- a/src-ui/src/app/components/dashboard/dashboard.component.html +++ b/src-ui/src/app/components/dashboard/dashboard.component.html @@ -33,8 +33,8 @@
-
-
+
+
diff --git a/src-ui/src/app/components/dashboard/dashboard.component.scss b/src-ui/src/app/components/dashboard/dashboard.component.scss index e69de29bb..de41297ee 100644 --- a/src-ui/src/app/components/dashboard/dashboard.component.scss +++ b/src-ui/src/app/components/dashboard/dashboard.component.scss @@ -0,0 +1,3 @@ +.col-sidebar .row { + top: 3.5rem; +}