From 0d30623274473621ac745e4139d688e4de68b7c4 Mon Sep 17 00:00:00 2001 From: Jovyn Tan Date: Tue, 12 Apr 2022 22:44:15 +0800 Subject: [PATCH 1/2] Fix breaking changes on hr --- packages/core-web/src/styles/markbind.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/core-web/src/styles/markbind.css b/packages/core-web/src/styles/markbind.css index 2d1a733b66..920177438a 100644 --- a/packages/core-web/src/styles/markbind.css +++ b/packages/core-web/src/styles/markbind.css @@ -273,6 +273,11 @@ code.wrap { } /* styles for
*/ + hr { + border-top: solid 1px rgb(0,0,0,0.1); + background-color: transparent; + opacity: 1; + } hr.dotted { border-top-width: 0.1rem; From 627b269eeddcfb9d9e3e3a454d8c584e2524add3 Mon Sep 17 00:00:00 2001 From: Jovyn Tan Date: Tue, 12 Apr 2022 22:49:41 +0800 Subject: [PATCH 2/2] linting --- packages/core-web/src/styles/markbind.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core-web/src/styles/markbind.css b/packages/core-web/src/styles/markbind.css index 920177438a..135a988e22 100644 --- a/packages/core-web/src/styles/markbind.css +++ b/packages/core-web/src/styles/markbind.css @@ -273,11 +273,11 @@ code.wrap { } /* styles for
*/ - hr { - border-top: solid 1px rgb(0,0,0,0.1); - background-color: transparent; - opacity: 1; - } +hr { + border-top: solid 1px rgb(0, 0, 0, 0.1); + background-color: transparent; + opacity: 1; +} hr.dotted { border-top-width: 0.1rem;