From 87782088bbe299a7b6578be57e6b89a8fd125770 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 6 Aug 2013 11:19:27 +0100 Subject: [PATCH] Reduce line height in HTML share field --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index df5edbf7e..418921dab 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -679,6 +679,7 @@ a.donate { width: 100%; font-family: monospace; font-size: small; + line-height: 1.3; } } -- 2.43.2