From 8c961958b4f45a75aafd0b1e040ca8ead0c9f86c Mon Sep 17 00:00:00 2001 From: Guillem Arias Date: Sat, 9 May 2026 13:37:16 +0200 Subject: [PATCH] fix(settings/providers): center-align Sync all next to the lede `items-start` made the button hug the first line when the lede wrapped; on a single line the button sat at the top of the text bounding box which read slightly off. Center matches the dominant convention across the rest of settings (api_keys, securities, hostings, _section, _settings_nav_link_large). --- app/views/settings/providers/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/settings/providers/show.html.erb b/app/views/settings/providers/show.html.erb index d9677b762..42ccdae66 100644 --- a/app/views/settings/providers/show.html.erb +++ b/app/views/settings/providers/show.html.erb @@ -12,7 +12,7 @@ <% else %> -
+

<%= t("settings.providers.bank_sync.lede") %>

<% if @connected.any? || @needs_attention.any? %> <% sync_all_disabled = Current.family.last_sync_all_attempted_at.present? && Current.family.last_sync_all_attempted_at > 30.seconds.ago %>