From 98451cac1cf377f768582adbf26415ade367f358 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Thu, 20 Apr 2017 12:38:21 +0200 Subject: [PATCH] SPR-908: line-height for DL --- css/base_design.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/base_design.less b/css/base_design.less index c6c98c4..314d8d4 100755 --- a/css/base_design.less +++ b/css/base_design.less @@ -232,7 +232,7 @@ h6 { p { font-size: @font-size-default; - line-height: 135%; + line-height: @line-height-big; a, span, @@ -373,6 +373,11 @@ dl { line-height: 140%; } +dt, +dd { + line-height: inherit; +} + dt { font-weight: bold; margin: 0;