From 35e9d5a44d924e0d1540ae1fa8ab0702b82747f1 Mon Sep 17 00:00:00 2001 From: Keith Schacht Date: Thu, 19 Dec 2024 20:53:22 -0600 Subject: [PATCH] Tweak styling --- app/views/settings/api_services/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/settings/api_services/_form.html.erb b/app/views/settings/api_services/_form.html.erb index a6c9d073..9054b4d2 100644 --- a/app/views/settings/api_services/_form.html.erb +++ b/app/views/settings/api_services/_form.html.erb @@ -38,7 +38,7 @@
- <%= form.label :token %> + <%= form.label :token, class: "mr-3" %> <%= button_tag type: "button", id: "instructions", class: "underline text-blue-600 #{!official?(api_service) && 'hidden'}",