Merge remote-tracking branch 'origin/support/3.1' into develop

This commit is contained in:
Pierre Goiffon
2023-09-20 18:13:27 +02:00
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; text-decoration: line-through;
} }
/* Tippy: Handle multi-line content */
.tippy-content {
white-space: pre-line;
}
/**********************************************************/ /**********************************************************/
/* Shameful area (things that should be refactored soon) */ /* Shameful area (things that should be refactored soon) */
/**********************************************************/ /**********************************************************/