From 5275b51c39b9f4bfd79953487c8ec5efac7b6ff5 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.co.uk> Date: Wed, 25 Feb 2015 19:05:56 +0000 Subject: [PATCH] Made the voting confirmation tables full-width --- sass/partials/drupalorg/_association.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/partials/drupalorg/_association.scss b/sass/partials/drupalorg/_association.scss index 4a0039d7..541789ac 100644 --- a/sass/partials/drupalorg/_association.scss +++ b/sass/partials/drupalorg/_association.scss @@ -291,3 +291,7 @@ .election-ballot-paper .election-candidate-ballot-item a { line-height: $candidate-picture-height; } + +#election-vote-form.confirmation table { + width: 100%; +} \ No newline at end of file -- GitLab