From 910e8a2b150460c6183447cb8b557d0117a95bae Mon Sep 17 00:00:00 2001 From: moozzi Date: Sat, 16 May 2026 21:09:11 +0200 Subject: [PATCH] Change margins of `Add note` textarea and button --- app/assets/stylesheets/components/notes.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/notes.css b/app/assets/stylesheets/components/notes.css index 4899938..54b47b5 100644 --- a/app/assets/stylesheets/components/notes.css +++ b/app/assets/stylesheets/components/notes.css @@ -129,7 +129,7 @@ } .note-field { - margin-bottom: var(--spacing-2); + margin: var(--spacing-2); } .note-textarea { @@ -144,6 +144,11 @@ .note-actions { display: flex; justify-content: flex-end; + margin: 0 var(--spacing-2); +} + +.note-actions > input { + margin: 0; } .note-actions-row {