fix: add whitespace before required actions in info page
This commit is contained in:
parent
bc396bc41b
commit
da3e7514f0
@ -31,7 +31,7 @@ export default function Info(props: PageProps<Extract<KcContext, { pageId: "info
|
|||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: kcSanitize(
|
__html: kcSanitize(
|
||||||
(() => {
|
(() => {
|
||||||
let html = message.summary;
|
let html = message.summary?.trim();
|
||||||
|
|
||||||
if (requiredActions) {
|
if (requiredActions) {
|
||||||
html += " <b>";
|
html += " <b>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user