mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-01 23:01:28 +01:00
ie11 style fixes
This commit is contained in:
parent
e9da73b930
commit
de5914194e
@ -25,7 +25,7 @@
|
||||
{{'breachUsernameFound' | i18n : checkedUsername : breachedAccounts.length}}
|
||||
</app-callout>
|
||||
<ul class="list-group list-group-breach" *ngIf="breachedAccounts.length">
|
||||
<li *ngFor="let a of breachedAccounts" class="list-group-item d-flex align-items-center">
|
||||
<li *ngFor="let a of breachedAccounts" class="list-group-item min-height-fix">
|
||||
<div class="row">
|
||||
<div class="col-2 text-center">
|
||||
<img [src]="'https://haveibeenpwned.com/Content/Images/PwnedLogos/' + a.name + '.' + a.logoType" alt="" class="img-fluid">
|
||||
|
@ -650,3 +650,7 @@ img.logo {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.min-height-fix {
|
||||
min-height: 1px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user