Fix: Small fixes for RTL items

This commit is contained in:
nizune 2021-06-28 11:27:24 +02:00
parent e27f1bf9d6
commit e016c71db2
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ export const TipBase = styled.div`
svg { svg {
flex-shrink: 0; flex-shrink: 0;
margin-right: 10px; margin-inline-end: 10px;
} }
`; `;

View file

@ -29,7 +29,7 @@ const VoiceBase = styled.div`
user-select: none; user-select: none;
svg { svg {
margin-right: 4px; margin-inline-end: 4px;
cursor: help; cursor: help;
} }
} }