Skip to content
Snippets Groups Projects
Commit f95797db authored by Lukas's avatar Lukas
Browse files

Add additional words to memo message result

parent 436c2b7e
No related branches found
No related tags found
1 merge request!518Add memo to transfer category operations cards content
Pipeline #113292 canceled
......@@ -128,9 +128,12 @@ class OperationsFormatter implements IWaxCustomFormatter {
if (!memo) return "";
return (
<span className="text-wrap bg-gray-200 dark:bg-gray-700 text-red-500 px-1">
{memo}
</span>
<p className="break-words">
with memo
<span className="bg-gray-200 dark:bg-gray-700 text-red-500 px-1">
{memo}
</span>
</p>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment