mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
fixing correct distance between tooltip and name when displaying on the left
This commit is contained in:
parent
30ca53dde3
commit
b645c1312d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue