We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73326d commit 2fb8a7bCopy full SHA for 2fb8a7b
components/taggroup/stories/taggroup.stories.js
@@ -51,6 +51,7 @@ export default {
51
type: { summary: "boolean" },
52
category: "Action button settings",
53
},
54
+ if: { arg: "actionButtonText", truthy: true },
55
56
fieldLabel: {
57
name: "Field label",
@@ -191,7 +192,7 @@ RemovableAndWrapping.args = {
191
192
actionButtonText: "",
193
helpText: "",
194
isRemovable: true,
- customStyles: {"max-width": "300px"},
195
+ customStyles: {"max-inline-size": "300px"},
196
items: [
197
{
198
label: "Hiking and camping",
0 commit comments