Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 17, 2025

The Language, Submitted, and Attempt cards in /dashboard/user/submissions were not vertically aligned across rows due to variable-width content causing inconsistent grid positioning.

Changes

  • Added lg:min-w-[520px] to the stats grid container in SubmissionListRow.svelte to enforce consistent width across all rows on desktop viewports

Before:

<div class="grid grid-cols-2 gap-3 lg:grid-cols-3">

After:

<div class="grid w-full grid-cols-2 gap-3 lg:w-auto lg:min-w-[520px] lg:grid-cols-3">

The minimum width constraint ensures the three cards align vertically across submission entries while preserving responsive behavior on mobile.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cdn.jsdelivr.net
    • Triggering command: node /home/REDACTED/work/frontend/frontend/node_modules/.bin/../@inlang/paraglide-js/bin/run.js compile --project ./project.inlang (dns block)
    • Triggering command: node /home/REDACTED/work/frontend/frontend/node_modules/.bin/../vite/bin/vite.js build (dns block)
  • eu.posthog.com
    • Triggering command: node /home/REDACTED/work/frontend/frontend/node_modules/.bin/../@inlang/paraglide-js/bin/run.js compile --project ./project.inlang (dns block)
    • Triggering command: node /home/REDACTED/work/frontend/frontend/node_modules/.bin/../vite/bin/vite.js build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Fix allign to be the same on /dashboard/user/submissions</issue_title>
<issue_description>Image</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: TheRealSeber <111927572+TheRealSeber@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix alignment on /dashboard/user/submissions Fix vertical alignment of submission info cards Nov 17, 2025
Copilot AI requested a review from TheRealSeber November 17, 2025 22:10
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.

Fix allign to be the same on /dashboard/user/submissions

2 participants