Skip to content

Commit

Permalink
[DSC-1058] Add margin to labels
Browse files Browse the repository at this point in the history
  • Loading branch information
atarix83 committed Oct 12, 2023
1 parent b9b2974 commit 6ceb4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/search/search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<ng-content select="[additionalSearchFormOptions]"></ng-content>
<ds-item-export-modal-launcher [searchOptions$]="searchOptions$" *ngIf="showExport"></ds-item-export-modal-launcher>
</div>
<div class="row mb-3 mb-md-1">
<div class="row my-3 my-md-1">
<div class="labels col-sm-9">
<ds-search-labels [inPlaceSearch]="inPlaceSearch"></ds-search-labels>
</div>
Expand Down

0 comments on commit 6ceb4e1

Please sign in to comment.