From 1a9da9133e9a23755176f2d202d6efabc5b027ce Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 3 Jun 2015 02:58:52 -0700 Subject: [PATCH] switch back to line-height based centering on polls --- plugins/poll/assets/stylesheets/common/poll.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/poll/assets/stylesheets/common/poll.scss b/plugins/poll/assets/stylesheets/common/poll.scss index e1cce8c5ca3..e7910f675a8 100644 --- a/plugins/poll/assets/stylesheets/common/poll.scss +++ b/plugins/poll/assets/stylesheets/common/poll.scss @@ -20,7 +20,7 @@ div.poll { li, .option { cursor: pointer; font-size: 1.125em; - height: 45px; + line-height: 28px; } li[data-poll-option-id] {