Skip to content

Commit c2684d3

Browse files
Aligned communities search results like collections on md screens
1 parent 83bbb98 commit c2684d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/object-list/search-result-list-element/community-search-result/community-search-result-list-element.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="row">
2-
<div *ngIf="showThumbnails" class="offset-md-2"></div>
2+
<div *ngIf="showThumbnails" class="offset-3 offset-md-2"></div>
33
<div [ngClass]="showThumbnails ? 'col-9' : 'col-md-12'">
44
<ds-badges *ngIf="showLabel" [object]="dso" [context]="context"></ds-badges>
55
<a *ngIf="linkType !== linkTypes.None" [target]="(linkType === linkTypes.ExternalLink) ? '_blank' : '_self'" [attr.rel]="(linkType === linkTypes.ExternalLink) ? 'noopener noreferrer' : null" [routerLink]="['/communities/' + dso.id]" class="lead" [innerHTML]="dsoTitle"></a>

0 commit comments

Comments
 (0)