From 9d022d95a3359eb300b476315ca7e9374d016779 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Wed, 5 Feb 2025 06:22:53 +0100 Subject: [PATCH] style: revert wrap text code --- src/styles/app.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/styles/app.scss b/src/styles/app.scss index 138e9113f..7dfb10fd1 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -221,14 +221,6 @@ div.brand { white-space: pre-wrap; } - pre code { - white-space: inherit; - } - - ul code { - display: block; - } - a.anchor::before { content: "ยง"; display: none;