From e49b0f5d12d26d54b1964533409c5fef74f8ccdb Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 18 Jan 2023 16:14:40 +0000 Subject: [PATCH] chore: remove note footer padding --- src/element/Note.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/element/Note.css b/src/element/Note.css index 00e9db19..5b9e5f30 100644 --- a/src/element/Note.css +++ b/src/element/Note.css @@ -38,7 +38,6 @@ } .note > .footer { - padding: 10px 0; text-align: right; }