File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
e2e/testcafe-devextreme/tests/editors/tagBox
packages/devextreme-scss/scss/widgets/fluent/list Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,9 @@ safeSizeTest('TagBox with selection controls', async (t) => {
130
130
131
131
await t . click ( tagBox . element ) ;
132
132
133
- await testScreenshot ( t , takeScreenshot , 'TagBox with selection controls.png' ) ;
133
+ await testScreenshot ( t , takeScreenshot , 'TagBox with selection controls.png' , {
134
+ shouldTestInCompact : true ,
135
+ } ) ;
134
136
135
137
await t
136
138
. expect ( compareResults . isValid ( ) )
Original file line number Diff line number Diff line change 4
4
5
5
$fluent-list-vertical-padding : 4px !default ;
6
6
$fluent-list-horizontal-padding : 4px !default ;
7
- $fluent-list-item-checkbox-horizontal-margin : 8 px !default ;
7
+ $fluent-list-item-checkbox-horizontal-margin : null !default ;
8
8
$fluent-list-bottom-padding : 4px !default ;
9
9
$fluent-list-searchbox-margin-bottom : 4px !default ;
10
10
$fluent-list-item-height : null !default ;
@@ -15,6 +15,7 @@ $fluent-list-group-header-vertical-padding: null !default;
15
15
$fluent-list-next-button-horizontal-padding : null !default ;
16
16
17
17
@if $size == " default" {
18
+ $fluent-list-item-checkbox-horizontal-margin : 8px !default ;
18
19
$fluent-list-item-height : 32px !default ;
19
20
$fluent-list-item-vertical-padding : 6px !default ;
20
21
$fluent-list-item-horizontal-padding : 12px !default ;
@@ -23,6 +24,7 @@ $fluent-list-next-button-horizontal-padding: null !default;
23
24
}
24
25
25
26
@else if $size == " compact" {
27
+ $fluent-list-item-checkbox-horizontal-margin : 4px !default ;
26
28
$fluent-list-item-height : 24px !default ;
27
29
$fluent-list-item-vertical-padding : 4px !default ;
28
30
$fluent-list-item-horizontal-padding : 8px !default ;
You can’t perform that action at this time.
0 commit comments