forked from hazza/dspace-angular
add width 100% to prevent overflow on mobile
(cherry picked from commit f82ba8c5ad
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
682ec2b678
commit
d4493cb534
@@ -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>
|
||||
|
Reference in New Issue
Block a user