Skip to content

Commit bc63c33

Browse files
Revert "Visually improve Dropdown Cells"
This reverts commit c09724a.
1 parent 57ff7ed commit bc63c33

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

styles/Grid.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,16 @@
152152
border-right: var(--datagrid-cell-border-right);
153153
color: var(--datagrid-cell-color);
154154
font-weight: normal;
155-
padding: 14px 8px 0 8px;
155+
padding: 14px 8px 0px 8px;
156156
}
157157

158-
.wj-flexgrid .wj-grid-editor {
159-
height: 20px;
158+
.wj-flexgrid .wj-grid-editor,
159+
.wj-flexgrid .wj-cell.wj-hasdropdown .wj-btn.wj-btn-glyph.wj-right {
160+
height: auto;
160161
}
161162

162-
.wj-flexgrid .wj-cell.wj-hasdropdown .wj-btn.wj-btn-glyph.wj-right {
163-
height: 15px;
163+
.wj-flexgrid .wj-cell.wj-hasdropdown input {
164+
width: 80%;
164165
}
165166

166167
.wj-flexgrid .wj-cell.wj-hasdropdown .wj-dropdown.wj-inputdate input {

0 commit comments

Comments
 (0)