From 5302e11905e8e102562f9cdd1b043ba9760af75f Mon Sep 17 00:00:00 2001 From: Billy Brawner Date: Wed, 29 Aug 2018 20:45:34 -0500 Subject: [PATCH] Fix minor styling issues --- src/app/dashboard/dashboard.component.css | 1 + src/index.html | 1 + src/styles.css | 7 ++++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/dashboard/dashboard.component.css b/src/app/dashboard/dashboard.component.css index fc4775e..715a51d 100644 --- a/src/app/dashboard/dashboard.component.css +++ b/src/app/dashboard/dashboard.component.css @@ -29,4 +29,5 @@ right: 1em; position: absolute; text-align: right; + text-decoration: none; } diff --git a/src/index.html b/src/index.html index 45d8587..6595c4b 100644 --- a/src/index.html +++ b/src/index.html @@ -6,6 +6,7 @@ + diff --git a/src/styles.css b/src/styles.css index 229c87f..24aa09e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -28,8 +28,13 @@ mat-toolbar { justify-content: space-between; } +mat-toolbar span { + display: inline-block; + min-width: 24px; +} + mat-toolbar a { - padding: 1em; + padding: 1em 0; } mat-toolbar span:nth-child(1) > a {