diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 46c699c808..6127777cde 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -5,19 +5,19 @@

{{displayName}} - ,

{{visits | number}} Visits

- -
-

{{dateNow | date:'longDate'}}

-
-
-
- - - - +
+

{{dateNow | date:'longDate'}}

+
+
+
+ + + + +
diff --git a/src/app/dashboard/dashboard.scss b/src/app/dashboard/dashboard.scss index 5640f7923b..819a9bbe35 100644 --- a/src/app/dashboard/dashboard.scss +++ b/src/app/dashboard/dashboard.scss @@ -58,6 +58,7 @@ $top-row-height: calc(#{$dashboard-tile-width} + 0.5rem); } .date, .badges { + margin: 0.2rem 0; justify-self: end; } @@ -68,8 +69,6 @@ $top-row-height: calc(#{$dashboard-tile-width} + 0.5rem); .badges { grid-area: badge; width: 100%; - display: flex; - justify-content: flex-end; & > div { margin-right: 0.5rem;