Skip to content

Commit

Permalink
Fix alignment issue in filters when used on a popup
Browse files Browse the repository at this point in the history
  • Loading branch information
gnbm committed Sep 11, 2024
1 parent bc4bfdc commit 35d1ef0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions styles/Grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
border-bottom: var(--datagrid-cell-border-bottom);
border-right: var(--datagrid-cell-border-right);
color: var(--datagrid-cell-color);
font-weight: normal;
padding: 14px 8px 0px 8px;
}

Expand Down Expand Up @@ -474,6 +475,7 @@ div[wj-part="ch"]:has(.wj-header.wj-frozen-col) {
align-self: center;
color: var(--datagrid-pagination-records-color);
display: flex;
font-weight: normal;
}

.datagrid-pagination-controller {
Expand Down Expand Up @@ -642,6 +644,14 @@ div[wj-part="ch"]:has(.wj-header.wj-frozen-col) {

/****** FILTER STYLE ********/

.wj-dropdown-panel .wj-control {
text-align: start;
}

.wj-listbox .wj-listbox-item {
text-align: start;
}

.wj-dropdown-panel.wj-control.wj-content.wj-columnfiltereditor {
font-size: var(--datagrid-filter-font-size);
padding: var(--datagrid-filter-padding);
Expand Down

0 comments on commit 35d1ef0

Please sign in to comment.