fixing correct distance between tooltip and name when displaying on the left

This commit is contained in:
Dave 2021-01-18 19:42:28 +00:00
parent 30ca53dde3
commit b645c1312d
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ export default {
}
//show pronouns tooltip on the left
.pronouns {
right: 120%;
right: 110%;
left: auto;
&:before {
border-right-color: transparent;