diff --git a/source/css/molecules/content-block.pcss b/source/css/molecules/content-block.pcss
index a6a0a9db1947c0f5eff9d27c752effc515d42acf..fb80e955daee4240f69e5e7ff9eecac00a933fd2 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;
   }