pull/625/head
Cory LaViska 2021-11-22 08:21:38 -05:00
rodzic f214f0f033
commit 70f0c7d01e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -190,7 +190,7 @@ const App = () => (
### Setting a Custom Width
As expected, buttons can be given a custom width by setting its `width`. 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 setting the `width` attribute. This is useful for making buttons span the full width of their container on smaller screens.
```html preview
<sl-button type="default" size="small" style="width: 100%; margin-bottom: 1rem;">Small</sl-button>