Skip to content

fix: align Themes card width with NGINX Configurations#217

Merged
githubsaturn merged 1 commit into
caprover:masterfrom
bestony:fix/align-theme-width-with-nginx
Jul 16, 2026
Merged

fix: align Themes card width with NGINX Configurations#217
githubsaturn merged 1 commit into
caprover:masterfrom
bestony:fix/align-theme-width-with-nginx

Conversation

@bestony

@bestony bestony commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Settings page: Themes card was lg={{ span: 14 }} while NGINX Configurations was lg={{ span: 18 }}, so Themes looked narrower on desktop.
  • Matched Themes to the same column spans (lg: 18, xs: 23) so both cards align.

Test plan

  • Open Settings on a wide viewport and confirm Themes and NGINX Configurations cards have the same width.
  • Check mobile width still fills as expected.

The Themes settings card used lg span 14 while NGINX Configurations
used lg span 18, making Themes appear narrower on desktop. Match the
column spans (and use xs instead of md for the mobile breakpoint) so
both cards share the same width.
@githubsaturn
githubsaturn merged commit f448a64 into caprover:master Jul 16, 2026
3 checks passed
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.

2 participants