backport of commit 78a86b450830ecaf963480f17e5ec1c9c7ad2dfc (#21584)
Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
This commit is contained in:
parent
5a6be772eb
commit
7392a0f6ec
|
@ -0,0 +1,3 @@
|
||||||
|
```release-note:bug
|
||||||
|
ui: Fixes login screen display issue with Safari browser
|
||||||
|
```
|
|
@ -77,6 +77,7 @@
|
||||||
|
|
||||||
.brand-icon-large {
|
.brand-icon-large {
|
||||||
width: 62px;
|
width: 62px;
|
||||||
|
height: 62px; // without an explicit height the view breaks in Safari
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-icon {
|
.error-icon {
|
||||||
|
|
Loading…
Reference in New Issue