From b3cada3d10790967bd52a8da61804cfe08ba5963 Mon Sep 17 00:00:00 2001 From: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:08:34 -0800 Subject: [PATCH] Fix story distribution list checkmark in RTL --- stylesheets/components/SendStoryModal.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/components/SendStoryModal.scss b/stylesheets/components/SendStoryModal.scss index c36b1bae3d..a34ddad2f5 100644 --- a/stylesheets/components/SendStoryModal.scss +++ b/stylesheets/components/SendStoryModal.scss @@ -205,8 +205,7 @@ content: ''; display: block; height: 11px; - /* stylelint-disable-next-line liberty/use-logical-spec */ - left: 7px; + inset-inline-start: 7px; position: absolute; top: 3px; transform: rotate(45deg);