Fix tab arrows on RTL layouts (#24520)

This commit is contained in:
Claire 2023-04-12 16:01:49 +02:00 committed by GitHub
parent da451d859f
commit 98022f6f5d

View file

@ -6685,7 +6685,7 @@ a.status-card.compact:hover {
content: '';
position: absolute;
bottom: 0;
inset-inline-start: 50%;
left: 50%;
width: 0;
height: 0;
transform: translateX(-50%);