Adopt shared WebUI layout primitives

This commit is contained in:
2026-08-18 11:30:40 +02:00
parent e3c0db76c9
commit f0f0286866
2 changed files with 1 additions and 1 deletions
@@ -118,6 +118,7 @@ export default function VotingBallotDialog({
onClose={requestClose}
closeDisabled={busy}
portal
size="wide"
className="voting-ballot-dialog"
footer={
<>
-1
View File
@@ -206,7 +206,6 @@
}
.voting-ballot-dialog {
width: min(1040px, calc(100vw - 32px));
height: min(820px, calc(100vh - 32px));
}