From fe84430679fc2d596f078c0ec0bd29e5ca337b43 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Wed, 24 Mar 2021 16:17:40 -0700
Subject: [PATCH 1/2] Remove all rem units on SVG elements
See https://bugzilla.mozilla.org/show_bug.cgi?id=1231147
---
src-ui/src/app/components/app-frame/app-frame.component.html | 4 ++--
src-ui/src/app/components/dashboard/dashboard.component.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html
index 96ca1382c..2ff58b104 100644
--- a/src-ui/src/app/components/app-frame/app-frame.component.html
+++ b/src-ui/src/app/components/app-frame/app-frame.component.html
@@ -5,7 +5,7 @@
- GitHub
-
+
Suggest an idea
diff --git a/src-ui/src/app/components/dashboard/dashboard.component.html b/src-ui/src/app/components/dashboard/dashboard.component.html
index ec2bbd85c..6b9ea950b 100644
--- a/src-ui/src/app/components/dashboard/dashboard.component.html
+++ b/src-ui/src/app/components/dashboard/dashboard.component.html
@@ -1,5 +1,5 @@
-
+
@@ -19,6 +19,6 @@
-
+
From 0463c3fe544ae0d27b83ed9813fbdc4731b8cbe7 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Wed, 24 Mar 2021 16:21:08 -0700
Subject: [PATCH 2/2] 1.3em not 1.5em
---
src-ui/src/app/components/app-frame/app-frame.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html
index 2ff58b104..25d4a9dc7 100644
--- a/src-ui/src/app/components/app-frame/app-frame.component.html
+++ b/src-ui/src/app/components/app-frame/app-frame.component.html
@@ -175,7 +175,7 @@
GitHub
-
+
Suggest an idea