From b3789d4a753814e81672aa59dee4a6e0d5ce55b2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 30 Oct 2018 08:14:41 -0400 Subject: line height fix --- www/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 2d8650d7..3c12a932 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -810,7 +810,7 @@ progress[aria-valuenow]:before { } .list .item.item-accordion { - line-height: 200px; + line-height: 100%; padding-top: 0; padding-bottom: 0; transition: 3s all linear; -- cgit v1.2.3