From fbb90aac1b35cbaf4307fb1e5a5e2c54007d19f3 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 21 Jan 2025 17:58:27 -0500 Subject: [PATCH] FIX: lint issue follow-up to a3359ac (#30911) Expected empty line before rule `rule-empty-line-before` --- app/assets/stylesheets/mobile/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index b6d863df1c0..ac675cf2eb6 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -426,6 +426,7 @@ span.highlighted { max-width: var(--d-wrap-padding-h); right: calc(var(--d-wrap-padding-h) * -1); font-size: 6px; // static size to avoid overflow issues + svg { right: -2px; }