diff --git a/docs/_assets/user.css b/docs/_assets/user.css index 1186144f..e173373a 100644 --- a/docs/_assets/user.css +++ b/docs/_assets/user.css @@ -178,4 +178,8 @@ ol li::marker { .md-typeset li details:only-child, .md-typeset li .admonition:only-child { margin: 0; -} \ No newline at end of file +} + +.md-button--stretch { + width: 100%; +}