1
0

add width 100% to prevent overflow on mobile

(cherry picked from commit f82ba8c5ad)
This commit is contained in:
FrancescoMolinaro
2024-01-25 09:00:05 +01:00
committed by github-actions[bot]
parent 682ec2b678
commit d4493cb534

View File

@@ -1,3 +1,3 @@
<div *ngIf="logo" class="dso-logo mb-3">
<img [src]="logo._links.content.href" class="img-fluid" [attr.alt]="alternateText ? alternateText : null" (error)="errorHandler($event)"/>
<img [src]="logo._links.content.href" class="w-100 img-fluid" [attr.alt]="alternateText ? alternateText : null" (error)="errorHandler($event)"/>
</div>