From 9ecb85013b9bf2f7fddb5ce31f8948255d188551 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 11 Apr 2025 18:25:49 +0200 Subject: [PATCH] Spacing --- app/views/cards/comments/reactions/new.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/cards/comments/reactions/new.html.erb b/app/views/cards/comments/reactions/new.html.erb index 8d4955668..e68a49179 100644 --- a/app/views/cards/comments/reactions/new.html.erb +++ b/app/views/cards/comments/reactions/new.html.erb @@ -9,8 +9,7 @@ <%= form.text_field :content, autofocus: true, autocomplete: "off", autocorrect: "off", maxlength: 16, - required: true, pattern: /\S+.*/, class: "input reaction__input txt-small", - aria: { label: "Add a reaction" } %> + required: true, pattern: /\S+.*/, class: "input reaction__input txt-small", aria: { label: "Add a reaction" } %> <%= form.button class: "btn btn--reversed", type: "submit" do %>