Fixed improper tooltip (popups) rendering. Fixes #8. (#11)

This commit is contained in:
2019-10-13 09:25:29 +00:00
committed by Gitea
parent 0bbb415852
commit a982e07faf
6 changed files with 15 additions and 11 deletions

View File

@@ -6,4 +6,9 @@
.paste-data {
font-size: 0.9rem;
}
/* This is a special case for multiline tooltips. See https://github.com/Wikiki/bulma-tooltip/issues/34 */
.tooltip.is-tooltip-multiline::before {
white-space:pre-line
}