Skip to content
Snippets Groups Projects
Commit 29ce57ba authored by xaralis's avatar xaralis
Browse files

fix: pre should have line-height: 1 in content block

parent d51ebd31
No related branches found
No related tags found
No related merge requests found
...@@ -65,8 +65,12 @@ ...@@ -65,8 +65,12 @@
@apply text-sm; @apply text-sm;
} }
pre {
line-height: 1;
}
/* Contact lines are quite frequent so these are blacklisted for anchor style specifically. */ /* 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; @apply underline;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment