mirror of https://github.com/bra1n/townsquare.git
fixing correct distance between tooltip and name when displaying on the left
This commit is contained in:
parent
30ca53dde3
commit
b645c1312d
|
@ -294,7 +294,7 @@ export default {
|
|||
}
|
||||
//show pronouns tooltip on the left
|
||||
.pronouns {
|
||||
right: 120%;
|
||||
right: 110%;
|
||||
left: auto;
|
||||
&:before {
|
||||
border-right-color: transparent;
|
||||
|
|
Loading…
Reference in New Issue