Skip to content
Snippets Groups Projects
Commit e016c71d authored by nizune's avatar nizune
Browse files

Fix: Small fixes for RTL items

parent e27f1bf9
Branches
No related merge requests found
......@@ -22,7 +22,7 @@ export const TipBase = styled.div`
svg {
flex-shrink: 0;
margin-right: 10px;
margin-inline-end: 10px;
}
`;
......
......@@ -29,7 +29,7 @@ const VoiceBase = styled.div`
user-select: none;
svg {
margin-right: 4px;
margin-inline-end: 4px;
cursor: help;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment