Skip to content

Commit

Permalink
fix: tooltip height fixture, due sporadic height calculation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansam committed Apr 13, 2022
1 parent 4516fa4 commit b358bd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blog-theme/customized_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4737,6 +4737,10 @@
}
body.article-view #mcTooltipWrapper #mcTooltip.publisher-link.blog-item {
height: 4.5em !important;
}
body.article-view #mcTooltipWrapper #mcTooltip.publisher-link.blog-item .mcTooltipInner {
max-width: calc(250px + 12px);
height: inherit !important;
Expand Down

0 comments on commit b358bd7

Please sign in to comment.