From 7392a0f6ecd9cd07724b6110aa5272f6fa193362 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Wed, 5 Jul 2023 13:56:59 -0400 Subject: [PATCH] backport of commit 78a86b450830ecaf963480f17e5ec1c9c7ad2dfc (#21584) Co-authored-by: Jordan Reimer --- changelog/21582.txt | 3 +++ ui/app/styles/components/icon.scss | 1 + 2 files changed, 4 insertions(+) create mode 100644 changelog/21582.txt diff --git a/changelog/21582.txt b/changelog/21582.txt new file mode 100644 index 000000000..6a9d9a427 --- /dev/null +++ b/changelog/21582.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Fixes login screen display issue with Safari browser +``` \ No newline at end of file diff --git a/ui/app/styles/components/icon.scss b/ui/app/styles/components/icon.scss index 1ed636d43..5b2b4e4df 100644 --- a/ui/app/styles/components/icon.scss +++ b/ui/app/styles/components/icon.scss @@ -77,6 +77,7 @@ .brand-icon-large { width: 62px; + height: 62px; // without an explicit height the view breaks in Safari } .error-icon {