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 {