From 22b5b09ee19372d80b5fbf6ea11f0cc3421f7937 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.co.uk> Date: Wed, 25 Feb 2015 22:48:58 +0000 Subject: [PATCH] Removed extra line height for smaller devices --- sass/partials/drupalorg/_association.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sass/partials/drupalorg/_association.scss b/sass/partials/drupalorg/_association.scss index f805f601..8224d9d7 100644 --- a/sass/partials/drupalorg/_association.scss +++ b/sass/partials/drupalorg/_association.scss @@ -288,9 +288,11 @@ // Elections voting -.election-ballot-paper .election-candidate-ballot-item a, -#election-vote-form.confirmation .candidate-name { - line-height: $candidate-picture-height; +@include breakpoint($medium) { + .election-ballot-paper .election-candidate-ballot-item a, + #election-vote-form.confirmation .candidate-name { + line-height: $candidate-picture-height; + } } #election-vote-form.confirmation table { -- GitLab