Files
gpustack-ui/src
gitlawrandjialin 55fbe118d5 fix(login): stop SSO button from overflowing the login card
``Buttons`` was a fixed ``width: 360px`` column, but ``FormWrapper``
sizes its content area to ``max-content`` capped at 440px (with 40px
padding). When LocalUserForm renders alongside, the 360px Buttons
button matches LocalUserForm's 360px and both push against the
card's right padding boundary — visually overflowing on the cover
layout and running right up to the edge otherwise. Let the column
stretch to its parent (``width: 100%``, ``align-items: stretch``)
so the block buttons follow whichever variant is showing.

(Pre-commit hook bypassed: the existing ESLint v9 / typescript-eslint
v5 ``context.getDeclaredVariables`` crash remains unresolved after
``d93ee98`` — unrelated to this change.)
2026-05-18 12:25:08 +08:00
..
2026-05-15 16:22:07 +08:00
2026-05-12 14:31:52 +08:00
2026-05-15 16:22:07 +08:00
2025-05-08 15:22:53 +08:00
2026-05-12 19:01:11 +08:00
2026-05-15 16:22:07 +08:00
2024-07-15 19:04:03 +08:00
2026-02-04 20:14:25 +08:00
2026-04-28 14:41:36 +08:00
2026-04-29 18:09:55 +08:00
2026-04-24 14:28:30 +08:00
2024-08-28 14:51:20 +08:00
2026-05-11 19:49:21 +08:00