From f0f0286866fd1f241e8e316714256cf6ee3e9f54 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 18 Aug 2026 11:30:40 +0200 Subject: [PATCH] Adopt shared WebUI layout primitives --- webui/src/features/voting/VotingBallotDialog.tsx | 1 + webui/src/styles/voting.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/features/voting/VotingBallotDialog.tsx b/webui/src/features/voting/VotingBallotDialog.tsx index 0e99f55..470aa29 100644 --- a/webui/src/features/voting/VotingBallotDialog.tsx +++ b/webui/src/features/voting/VotingBallotDialog.tsx @@ -118,6 +118,7 @@ export default function VotingBallotDialog({ onClose={requestClose} closeDisabled={busy} portal + size="wide" className="voting-ballot-dialog" footer={ <> diff --git a/webui/src/styles/voting.css b/webui/src/styles/voting.css index 01983a7..2409b6f 100644 --- a/webui/src/styles/voting.css +++ b/webui/src/styles/voting.css @@ -206,7 +206,6 @@ } .voting-ballot-dialog { - width: min(1040px, calc(100vw - 32px)); height: min(820px, calc(100vh - 32px)); }