From 5df953f6c877e2aa3f1f4981c97a0b8007abe6d4 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 31 Jan 2023 00:03:59 +0800 Subject: [PATCH] fix: position of prompt icon is incorrect in paragraph on mobile mobile screens with width <= 576px --- _sass/addon/commons.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 9153982..e65d336 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -1279,10 +1279,6 @@ $sidebar-display: "sidebar-display"; border-radius: 0; max-width: none; - - &::before { - left: 1rem; - } } } }