mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Login View Fix for Safari (#21582)
* adds height to brand-icon-large class to fix display issue in Safari * adds changelog entry
This commit is contained in:
parent
44354eb147
commit
78a86b4508
2 changed files with 4 additions and 0 deletions
3
changelog/21582.txt
Normal file
3
changelog/21582.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Fixes login screen display issue with Safari browser
|
||||
```
|
||||
|
|
@ -77,6 +77,7 @@
|
|||
|
||||
.brand-icon-large {
|
||||
width: 62px;
|
||||
height: 62px; // without an explicit height the view breaks in Safari
|
||||
}
|
||||
|
||||
.error-icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue