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
|
//show pronouns tooltip on the left
|
||||||
.pronouns {
|
.pronouns {
|
||||||
right: 120%;
|
right: 110%;
|
||||||
left: auto;
|
left: auto;
|
||||||
&:before {
|
&:before {
|
||||||
border-right-color: transparent;
|
border-right-color: transparent;
|
||||||
|
|
Loading…
Reference in New Issue