File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 152
152
border-right : var (--datagrid-cell-border-right );
153
153
color : var (--datagrid-cell-color );
154
154
font-weight : normal;
155
- padding : 14px 8px 0px 8px ;
155
+ padding : 8px ;
156
+
157
+ & : not (.wj-colgroup ): not (.wj-multiline ) {
158
+ align-content : center;
159
+ }
160
+
161
+ & .wj-align-center .wj-colgroup {
162
+ padding-top : 14px ;
163
+ }
164
+ }
165
+
166
+ .wj-hasdropdown input .wj-grid-editor .wj-form-control {
167
+ padding-right : 18px ; /* to account for arrow width */
168
+ }
169
+
170
+ .wj-cell .wj-hasdropdown .wj-align-left {
171
+ display : block;
156
172
}
157
173
158
174
.wj-flexgrid .wj-grid-editor ,
159
175
.wj-flexgrid .wj-cell .wj-hasdropdown .wj-btn .wj-btn-glyph .wj-right {
160
176
height : auto;
161
177
}
162
178
163
- .wj-flexgrid .wj-cell .wj-hasdropdown input {
164
- width : 80% ;
165
- }
166
-
167
179
.wj-flexgrid .wj-cell .wj-hasdropdown .wj-dropdown .wj-inputdate input {
168
180
width : 100% ;
169
181
}
You can’t perform that action at this time.
0 commit comments