From 71221664ff40bc183a3448ad0534df6fa79888fa Mon Sep 17 00:00:00 2001 From: Kev Quirk Date: Mon, 10 Apr 2023 19:19:03 +0100 Subject: [PATCH] Added inline-block to .button per #142 --- simple.css | 1 + 1 file changed, 1 insertion(+) diff --git a/simple.css b/simple.css index 93d758a..bb38089 100644 --- a/simple.css +++ b/simple.css @@ -628,6 +628,7 @@ progress:indeterminate::-moz-progress-bar { /* Classes for buttons and notices */ .button, .button:visited { + display: inline-block; text-decoration: none; border: none; border-radius: 5px;