Skip to content

Commit 4fa278e

Browse files
saved filter: fix styles
1 parent bc96ab0 commit 4fa278e

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

frontend/src/app/components/dashboard/db-table-view/saved-filters-panel/saved-filters-dialog/saved-filters-dialog.component.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
.dynamic-column-radio {
2626
grid-column: 5;
27-
margin-top: 14px;
27+
margin-top: 8px;
2828
}
2929

3030
.filter-save-form {
@@ -47,7 +47,7 @@
4747
}
4848

4949
.full-width {
50-
width: 100%;
50+
grid-column: 1 / -1;
5151
}
5252

5353
.default-filter-checkbox {
@@ -75,7 +75,7 @@
7575
}
7676

7777
.column-name {
78-
margin-top: 18px;
78+
margin-top: 12px;
7979
}
8080

8181
.filter-delete-button {

frontend/src/app/components/dashboard/db-table-view/saved-filters-panel/saved-filters-dialog/saved-filters-dialog.component.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@ <h3 class="section-title">Define Filters and Dynamic Column</h3>
153153
<mat-icon>close</mat-icon>
154154
</button>
155155
</ng-container>
156-
157-
<!-- No filters message -->
158-
<div *ngIf="tableFiltersCount === 0" class="no-filters-message">
159-
No filters added. Please add at least one filter.
160-
</div>
161156
</mat-dialog-content>
162157
</ng-template>
163158

frontend/src/app/components/dashboard/db-table-view/saved-filters-panel/saved-filters-panel.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
flex-wrap: wrap;
5454
align-items: center;
5555
gap: 8px;
56-
transform: scale(1.1);
56+
transform: translateX(5%) scale(1.1);
5757
padding-bottom: 16px;
5858
}
5959

0 commit comments

Comments
 (0)