Skip to content

Commit

Permalink
Merge pull request #1291 from UN-OCHA/berliner/HPC-10031
Browse files Browse the repository at this point in the history
HPC-10031: Correct display of footnote tooltip in CM Top Figures paragraph element
  • Loading branch information
berliner authored Jan 22, 2025
2 parents 9a27c54 + 75c7292 commit b38fbc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion html/themes/custom/common_design_subtheme/css/styles.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@
}
}

&.gho-figures--large .gho-figure__value[data-footnote] {
align-items: center;

i.tooltip {
width: 1rem;
height: 1rem;
}
}

&.gho-figures--small .gho-figure__value[data-footnote] i.tooltip {
position: relative;
top: 1px;
Expand Down

0 comments on commit b38fbc1

Please sign in to comment.