Skip to content

Commit 2fb8a7b

Browse files
docs: update custom styles and action button controls
1 parent b73326d commit 2fb8a7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/taggroup/stories/taggroup.stories.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export default {
5151
type: { summary: "boolean" },
5252
category: "Action button settings",
5353
},
54+
if: { arg: "actionButtonText", truthy: true },
5455
},
5556
fieldLabel: {
5657
name: "Field label",
@@ -191,7 +192,7 @@ RemovableAndWrapping.args = {
191192
actionButtonText: "",
192193
helpText: "",
193194
isRemovable: true,
194-
customStyles: {"max-width": "300px"},
195+
customStyles: {"max-inline-size": "300px"},
195196
items: [
196197
{
197198
label: "Hiking and camping",

0 commit comments

Comments
 (0)