Fix contacts menu vertical position for comment authors
The contacts menu was being shown as "inline-block", which caused the top of the menu to be aligned to the top of the author row. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
c4e2fc2aa6
commit
4eb9c0142d
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#commentsTabView .authorRow>div {
|
||||
#commentsTabView .authorRow>div:not(.contactsmenu-popover) {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue