From 8b6e3d851389816054bfc0efcdd3463b8fb27e0c Mon Sep 17 00:00:00 2001 From: Sascha Brendel Date: Tue, 17 Mar 2020 20:33:21 +0100 Subject: [PATCH] Fixed strange line indentions on bold and italic text --- vue-dark.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vue-dark.css b/vue-dark.css index 6cb5560..bdc2912 100755 --- a/vue-dark.css +++ b/vue-dark.css @@ -446,14 +446,6 @@ table tr td:last-child { margin-bottom: 0; } -#write strong { - padding: 0px 1px 0 1px; -} - -#write em { - padding: 0px 5px 0 2px; -} - #write table thead th { /* background-color: hsl(0, 0%, 5%); */ background-color: hsl(0, 0%, 9%);