diff --git a/app/assets/stylesheets/components/base.css b/app/assets/stylesheets/components/base.css index b8fbc69..6ea47c7 100644 --- a/app/assets/stylesheets/components/base.css +++ b/app/assets/stylesheets/components/base.css @@ -32,11 +32,11 @@ @apply pt-0; } - main p { + main p:not(:last-child) { @apply mb-4 leading-6; } - main ul { + main ul:not(:last-child) { @apply mb-6; } diff --git a/app/views/admin/settings/registrations/index.html.erb b/app/views/admin/settings/registrations/index.html.erb index 2131e41..68e1827 100644 --- a/app/views/admin/settings/registrations/index.html.erb +++ b/app/views/admin/settings/registrations/index.html.erb @@ -22,14 +22,14 @@ <%= f.text_area :reserved_usernames, value: Setting.reserved_usernames.join("\n"), class: "h-44 mb-2" %> -
+
One username per line
+
<%= f.submit 'Save', class: "btn-md btn-blue w-full md:w-auto" %>
LNDHub configuration present and wallet features enabled
+LNDHub configuration present and wallet features enabled
LNDHub database configuration present and admin panel enabled
+LNDHub database configuration present and admin panel enabled