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
label: "An example of text overflow behavior when there is no icon. When the button text is too long for the horizontal space available, it wraps to form another line.",
164
-
},context)}
165
-
${Template({
166
-
...args,
167
-
customStyles: {
168
-
"max-inline-size": "480px",
169
-
},
170
-
iconName: "Edit",
171
-
iconSet: "workflow",
172
-
label: "An example of text overflow behavior when the button has an icon. When the button text is too long for the horizontal space available, it wraps to form another line.",
173
-
},context)}
174
-
`,
158
+
${Template({
159
+
...args,
160
+
customStyles: {
161
+
"max-inline-size": "480px",
162
+
},
163
+
label: "An example of text overflow behavior when there is no icon. When the button text is too long for the horizontal space available, it wraps to form another line.",
164
+
},context)}
165
+
${Template({
166
+
...args,
167
+
customStyles: {
168
+
"max-inline-size": "480px",
169
+
},
170
+
iconName: "Edit",
171
+
iconSet: "workflow",
172
+
label: "An example of text overflow behavior when the button has an icon. When the button text is too long for the horizontal space available, it wraps to form another line.",
0 commit comments