Add the following to your styles: .md-button { min-width: 1%; } Alternatively, use a custom class: .md-button.md-small { min-width: 1%; } Or, ...
確定! 回上一頁