Skip to content

[6.x] Fix dotted lines on Prefs screen#13944

Merged
jackmcdade merged 1 commit into6.xfrom
fix-dotted-pref-lines
Feb 15, 2026
Merged

[6.x] Fix dotted lines on Prefs screen#13944
jackmcdade merged 1 commit into6.xfrom
fix-dotted-pref-lines

Conversation

@jackmcdade
Copy link
Member

@jackmcdade jackmcdade commented Feb 15, 2026

Closes #13863


Note

Low Risk
Purely presentational Vue template/CSS class changes to the Preferences page layout/connector lines, with no data or logic changes.

Overview
Fixes the Preferences page’s vertical dotted connector styling by replacing the single absolutely-positioned border line with explicit connector segments between cards.

The Index.vue layout is adjusted (section spacing/positioning removed) and new data-pref-connector divider blocks are inserted (including a role-conditional connector) to ensure the dashed line renders correctly across sections.

Written by Cursor Bugbot for commit d794ad9. This will update automatically on new commits. Configure here.

@jackmcdade jackmcdade changed the title [6.x] Fix dotted lines [6.x] Fix dotted lines on Prefs screen Feb 15, 2026
@jackmcdade jackmcdade merged commit 64c7116 into 6.x Feb 15, 2026
16 checks passed
@jackmcdade jackmcdade deleted the fix-dotted-pref-lines branch February 15, 2026 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dotted line overflows card header in dark mode

1 participant