Skip to content

Commit

Permalink
Ajuste de los filtros
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Jul 25, 2023
1 parent 3566980 commit b5c4d48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ <h3 *ngIf="!titleClick" class="eda-title"> {{title}} </h3>
<!-- ============================================================== -->
<!-- GLOBAL FILTERS -->
<!-- ============================================================== -->
<div *ngIf="filtersList.length > 0" class="d-flex align-items-end" style="margin: 0.5em; gap: 10px;">
<div *ngIf="filtersList.length > 0" class="d-flex align-items-end" style="margin: 0.5em; gap: 10px; flex-wrap: wrap;">

<button id="dashFilterBtn"
[label]="filtrar"
pButton pRipple type="button"
icon="pi pi-filter"
style="height: 36px;"
style="height: 36px; min-width: 80px;"
(click)="reloadPanelsWithTimeOut()"
class="p-button-raised p-button-outlined filters-size">
</button>
Expand Down

0 comments on commit b5c4d48

Please sign in to comment.