From 43fe49e599a34b7d6cd281d472ffb186cdf7c1e5 Mon Sep 17 00:00:00 2001 From: Andrey Shimagin Date: Wed, 30 Mar 2022 14:19:41 +0300 Subject: [PATCH] [DE PE] Fix Bug 56223 --- apps/common/mobile/resources/less/dataview.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/common/mobile/resources/less/dataview.less b/apps/common/mobile/resources/less/dataview.less index 0143ebe41..d47858754 100644 --- a/apps/common/mobile/resources/less/dataview.less +++ b/apps/common/mobile/resources/less/dataview.less @@ -14,7 +14,11 @@ } } - .active { + .row.list:last-child li:not(.active):last-child::after { + content: none; + } + + .row.list:last-child li.active:last-child, .active { position: relative; z-index: 1; @@ -24,7 +28,9 @@ width: 22px; height: 22px; right: -5px; + left: auto; bottom: -5px; + transform: none; .encoded-svg-mask(''); } }