From a48ce954aad8e6addf44466094c1942f2a85ae2a Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Mon, 29 Jul 2024 09:57:46 +0000 Subject: [PATCH] rendered_markdown: Remove unused .data-container div css. Having that css there or not did not make any visual difference. --- web/styles/rendered_markdown.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/styles/rendered_markdown.css b/web/styles/rendered_markdown.css index e51a758f61..32ec49e813 100644 --- a/web/styles/rendered_markdown.css +++ b/web/styles/rendered_markdown.css @@ -651,11 +651,6 @@ overflow: hidden; } - .data-container div { - display: block; - border: none; - } - .data-container::after { content: " "; position: absolute;