File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change 163
163
}
164
164
}
165
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;
172
- }
173
-
174
166
.wj-flexgrid .wj-grid-editor ,
175
167
.wj-flexgrid .wj-cell .wj-hasdropdown .wj-btn .wj-btn-glyph .wj-right {
176
168
height : auto;
177
169
}
178
170
179
- .wj-flexgrid .wj-cell .wj-hasdropdown .wj-dropdown .wj-inputdate input {
180
- width : 100% ;
171
+ .is-ltr .wj-cell : has (.wj-elem-dropdown ) {
172
+ padding-right : 30px ;
173
+ }
174
+ .is-rtl .wj-cell : has (.wj-elem-dropdown ) {
175
+ padding-left : 30px ;
176
+ }
177
+ .wj-cell .wj-hasdropdown .wj-align-left {
178
+ position : relative;
179
+ }
180
+ .is-ltr .wj-cell : not (.wj-header ) > .wj-elem-dropdown ,
181
+ .is-rtl .wj-cell : not (.wj-header ) > .wj-elem-dropdown {
182
+ position : absolute;
183
+ top : 50% ;
184
+ transform : translateY (-50% );
185
+ }
186
+ .is-ltr .wj-cell : not (.wj-header ) > .wj-elem-dropdown {
187
+ right : 10px ;
188
+ }
189
+ .is-rtl .wj-cell : not (.wj-header ) > .wj-elem-dropdown {
190
+ left : 10px ;
181
191
}
182
192
183
193
.wj-flexgrid .wj-header .wj-cell label : before {
You can’t perform that action at this time.
0 commit comments