From 29ce57bacbe28a838a0da30c73270ba031c80737 Mon Sep 17 00:00:00 2001 From: xaralis <filip.varecha@fragaria.cz> Date: Thu, 7 Jan 2021 11:23:32 +0100 Subject: [PATCH] fix: pre should have line-height: 1 in content block --- source/css/molecules/content-block.pcss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/css/molecules/content-block.pcss b/source/css/molecules/content-block.pcss index a6a0a9d..fb80e95 100644 --- a/source/css/molecules/content-block.pcss +++ b/source/css/molecules/content-block.pcss @@ -65,8 +65,12 @@ @apply text-sm; } + pre { + line-height: 1; + } + /* Contact lines are quite frequent so these are blacklisted for anchor style specifically. */ -a:not(.contact-line):not(.content-block--nostyle) { + a:not(.contact-line):not(.content-block--nostyle) { @apply underline; } -- GitLab