diff --git a/docs/pages/components/button.md b/docs/pages/components/button.md index 084d84ea34..4b8a5a9dbf 100644 --- a/docs/pages/components/button.md +++ b/docs/pages/components/button.md @@ -236,7 +236,7 @@ When a `target` is set, the link will receive `rel="noreferrer noopener"` for [s ### Setting a Custom Width -As expected, buttons can be given a custom width by setting the `width` attribute. This is useful for making buttons span the full width of their container on smaller screens. +As expected, buttons can be given a custom width by passing inline styles to the component (or using a class). This is useful for making buttons span the full width of their container on smaller screens. ```html:preview Small