fix(ui): custom css description text
This commit is contained in:
parent
246e54e1d0
commit
9f187039e6
2 changed files with 3 additions and 3 deletions
|
@ -1391,8 +1391,8 @@
|
|||
settings.theme_custom_css,
|
||||
"textarea",
|
||||
{
|
||||
description:
|
||||
"Custom CSS input embedded into your theme.",
|
||||
embed_html:
|
||||
'<span class="fade">Custom CSS input embedded into your theme.</span>',
|
||||
},
|
||||
]);
|
||||
}
|
||||
|
|
|
@ -847,7 +847,7 @@ media_theme_pref();
|
|||
/>
|
||||
</div>
|
||||
|
||||
<span class="fade">${option.attributes.description}</span>
|
||||
<span class="fade">${(option.attributes || { description: "" }).description}</span>
|
||||
</div>`;
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue