From 14bdf391072a54043987e26f3f3ac8e80cf1d647 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Mon, 14 Jun 2021 01:21:46 +0500 Subject: [PATCH] Limit the shortcut dialog's maximum width --- static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/default.css b/static/default.css index 622502b..3e554d6 100644 --- a/static/default.css +++ b/static/default.css @@ -328,7 +328,7 @@ kbd { position: relative; width: 100%; - max-width: 700px; + max-width: 400px; margin: 96px auto; padding: 24px;