From 024d46da382020cdc3ddea8c7b85809e73e3f69b Mon Sep 17 00:00:00 2001 From: thomasmars Date: Thu, 20 Oct 2016 11:13:18 +0200 Subject: [PATCH] Made truncated buttons look normal. HFP-109 --- css/questionset.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/questionset.css b/css/questionset.css index 5f07c33..22e65d2 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -161,6 +161,12 @@ width: 2.1875em; } +.h5p-question .h5p-question-prev.truncated, +.h5p-question .h5p-question-next.truncated { + padding: 0; + line-height: 2.2335em; +} + .h5p-question .h5p-question-next, .h5p-question .h5p-question-finish { margin: 0 0 1.5em 0.5em;