google / google/material-design-lite

material spec: buttons min width

Open
#1,865 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.