From c0e76e9a9749dce8f7e8606e03a303b0d3f8d45f Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 18 May 2018 15:49:51 +0200 Subject: [PATCH] meyzieu-2018: set cell's paragraph line height (#22108) --- static/meyzieu-2018/_custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/meyzieu-2018/_custom.scss b/static/meyzieu-2018/_custom.scss index 53c580d..851f957 100644 --- a/static/meyzieu-2018/_custom.scss +++ b/static/meyzieu-2018/_custom.scss @@ -460,6 +460,11 @@ div#nav { } } } + div.cell { + p { + line-height: 1.5em; + } + } div#a2-profile { div.field { margin: 0 0 1em 0; -- 2.17.0