File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
packages/app/src/embed/components/__snapshots__ Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ exports[`File renders 1`] = `
6161}
6262
6363.c1 {
64+ display : - webkit - box ;
65+ display : - webkit - flex ;
66+ display : - ms - flexbox ;
67+ display : flex ;
68+ - webkit - flex - wrap : nowrap ;
69+ - ms - flex - wrap : nowrap ;
70+ flex - wrap : nowrap ;
6471 padding - left : rem ;
6572}
6673
@@ -158,6 +165,13 @@ exports[`File renders alternative 1`] = `
158165}
159166
160167.c1 {
168+ display : - webkit - box ;
169+ display : - webkit - flex ;
170+ display : - ms - flexbox ;
171+ display : flex ;
172+ - webkit - flex - wrap : nowrap ;
173+ - ms - flex - wrap : nowrap ;
174+ flex - wrap : nowrap ;
161175 padding - left : rem ;
162176}
163177
@@ -252,6 +266,13 @@ exports[`File renders as active 1`] = `
252266}
253267
254268.c1 {
269+ display : - webkit - box ;
270+ display : - webkit - flex ;
271+ display : - ms - flexbox ;
272+ display : flex ;
273+ - webkit - flex - wrap : nowrap ;
274+ - ms - flex - wrap : nowrap ;
275+ flex - wrap : nowrap ;
255276 padding - left : rem ;
256277}
257278
@@ -349,6 +370,13 @@ exports[`File renders directory 1`] = `
349370}
350371
351372.c1 {
373+ display : - webkit - box ;
374+ display : - webkit - flex ;
375+ display : - ms - flexbox ;
376+ display : flex ;
377+ - webkit - flex - wrap : nowrap ;
378+ - ms - flex - wrap : nowrap ;
379+ flex - wrap : nowrap ;
352380 padding - left : rem ;
353381}
354382
You can’t perform that action at this time.
0 commit comments