[Connect Admin | new-theme]: remove-projects.component.html: Added uk-width-small in sorting input.

This commit is contained in:
Konstantina Galouni 2022-07-05 12:07:43 +03:00
parent 4c08b4dad3
commit b18e2f75a0
2 changed files with 9 additions and 6 deletions

View File

@ -52,13 +52,16 @@
</ul> </ul>
</dropdown-filter> </dropdown-filter>
</div> </div>
<div input inputClass="flat x-small" placeholder="Sort by" <div>
[disabled]="previewCommunityProjects.length == 0" <div input inputClass="flat x-small" placeholder="Sort by"
[formInput]="filterForm.get('sort')" [disabled]="previewCommunityProjects.length == 0"
type="select" [options]="sortOptions"> [formInput]="filterForm.get('sort')"
type="select" [options]="sortOptions"
class="uk-width-small">
</div>
</div> </div>
<!-- </div>--> <!-- </div>-->
<div class="uk-width-expand@m uk-width-1-1 uk-flex uk-flex-right@m uk-flex-center"> <div class="uk-width-expand@l uk-width-1-1 uk-flex uk-flex-right@m uk-flex-center">
<paging-no-load *ngIf="previewCommunityProjects.length > 0" <paging-no-load *ngIf="previewCommunityProjects.length > 0"
(pageChange)="updatePage($event)" [size]="resultsPerPage" (pageChange)="updatePage($event)" [size]="resultsPerPage"
[totalResults]="previewCommunityProjects.length" customClasses="uk-flex-right"> [totalResults]="previewCommunityProjects.length" customClasses="uk-flex-right">

@ -1 +1 @@
Subproject commit 8f8b85e69d5c505ed59b12b8b70348096f339775 Subproject commit 3c6d5cab3a9e3a1e3be42e231424a5c1350749ad