google / google/material-design-lite
material spec: buttons min width
Open
Button
MD Guidance Needed
- Dominant language
- HTML
- Stars
- 32.2k
- Forks
- 4.9k
- PR merge metrics
- No merged PRs in 30d
Description
As the guidance says, the minimum width of a button should be 88px but MDL uses the incorrect value of 64px. The value used by MDL is an appropriate value for dialog buttons.
To fix this, open _variables.scss file and change incorrect value:
``` scss
$button-min-width: 64px !default; // Here should be 88px
```
---
originally from #1864
Contributor guide
Assessment
This issue has not been assessed yet.