From b4dbebc5767d0ddb59a6f4ee084c3de2ea73951f Mon Sep 17 00:00:00 2001 From: scanunicco Date: Thu, 19 May 2022 09:03:51 -0700 Subject: [PATCH] Fix minor download button issue Fix an issue with the download button looking wrong on certain screens. --- css/brackets.io.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/brackets.io.css b/css/brackets.io.css index 4f9d12da..32eaf059 100644 --- a/css/brackets.io.css +++ b/css/brackets.io.css @@ -536,6 +536,7 @@ blockquote p { background-color: #010001; font-weight: 600; border-radius: 5px; + min-width: 150px; } .download-button:hover {