mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
79730: Remove label margins
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
(dsClickOutside)="close();">
|
||||
<div class="form-group mb-0">
|
||||
<label *ngIf="label; else searchInput">
|
||||
<span class="font-weight-bold d-block mb-2">
|
||||
<span class="font-weight-bold">
|
||||
{{label}}
|
||||
</span>
|
||||
<ng-container *ngTemplateOutlet="searchInput"></ng-container>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
[action]="currentUrl">
|
||||
<div class="col-6 form-group mb-0">
|
||||
<label>
|
||||
<span class="font-weight-bold d-block mb-2">
|
||||
<span class="font-weight-bold">
|
||||
{{'search.filters.filter.' + filterConfig.name + '.min.label' | translate}}
|
||||
</span>
|
||||
<input type="text" [(ngModel)]="range[0]" [name]="filterConfig.paramName + '.min'"
|
||||
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<label>
|
||||
<span class="font-weight-bold d-block mb-2">
|
||||
<span class="font-weight-bold">
|
||||
{{'search.filters.filter.' + filterConfig.name + '.max.label' | translate}}
|
||||
</span>
|
||||
<input type="text" [(ngModel)]="range[1]" [name]="filterConfig.paramName + '.max'"
|
||||
|
Reference in New Issue
Block a user