You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`Avatar Render should calculate scale of avatar children correctly 1`] = `
18
-
DOMWrapper {
19
-
"wrapperElement": <span
20
-
class="ant-avatar-string"
21
-
style="transform: scale(0.72) translateX(-50%);"
22
-
>
23
-
24
-
Avatar
25
-
26
-
</span>,
27
-
}
28
-
`;
29
-
30
-
exports[`Avatar Render should calculate scale of avatar children correctly 2`] = `
31
-
DOMWrapper {
32
-
"wrapperElement": <span
33
-
class="ant-avatar-string"
34
-
style="transform: scale(0.32) translateX(-50%);"
35
-
>
36
-
37
-
xx
38
-
39
-
</span>,
40
-
}
41
-
`;
17
+
exports[`Avatar Render should calculate scale of avatar children correctly 1`] = `<spanclass="ant-avatar-string"style="transform: scale(0.72) translateX(-50%);">Avatar</span>`;
18
+
19
+
exports[`Avatar Render should calculate scale of avatar children correctly 2`] = `<spanclass="ant-avatar-string"style="transform: scale(0.32) translateX(-50%);">xx</span>`;
42
20
43
21
exports[`Avatar Render should calculate scale of avatar children correctly with gap 1`] = `<spanclass="ant-avatar ant-avatar-circle"><spanclass="ant-avatar-string"style="transform: scale(0.36) translateX(-50%);">Avatar</span></span>`;
0 commit comments