From 875127b704c4cf154c718a49620106a6bd63fadb Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 30 Apr 2025 05:10:46 +0300 Subject: [PATCH] fix --- docs/_assets/user.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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%; +}