N°6695 Handle multiline dict entries in portal tooltips (#542)

Report Tippy fix from admin console (/css/backoffice/vendors/_tippy.scss) to user portal.
Thanks DaveHeart  for the bug report !
This commit is contained in:
Pierre Goiffon
2023-09-20 18:10:56 +02:00
committed by GitHub
parent f01997f2ad
commit 7619d055dd
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1803,6 +1803,11 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
text-decoration: line-through;
}
/* Tippy: Handle multi-line content */
.tippy-content {
white-space: pre-line;
}
/**********************************************************/
/* Shameful area (things that should be refactored soon) */
/**********************************************************/