From cb223fed69dc094e00e09b8a4dc0d1f6dfddd594 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Thu, 24 Sep 2020 10:42:21 -0400 Subject: [PATCH] Increase the max size of the keyboard shortcuts screen (close #8021) --- css/80_app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 7edede7b6..3ddef5d92 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4826,11 +4826,11 @@ img.tile-debug { ------------------------------------------------------- */ .modal-shortcuts { width: 90%; - max-width: 950px; + max-width: 1050px; } .modal-shortcuts .modal-section:last-child { - padding-top: 10px; + padding: 10px 15px 20px 15px; min-height: 275px; }