fix custom css code documentation link (#1811)

This commit is contained in:
Athou
2025-06-09 21:27:09 +02:00
parent e5482f9051
commit 612199429e
29 changed files with 120 additions and 124 deletions

View File

@@ -60,18 +60,14 @@ export function CustomCodeSettings() {
<CodeEditor
label={<Trans>Custom CSS rules that will be applied</Trans>}
description={
<Trans>
<span>See </span>
<Anchor
href={Constants.customCssDocumentationUrl}
target="_blank"
rel="noreferrer"
style={{ fontSize: "inherit" }}
>
here
</Anchor>
<span> for more information.</span>
</Trans>
<Anchor
href={Constants.customCssDocumentationUrl}
target="_blank"
rel="noreferrer"
style={{ fontSize: "inherit" }}
>
<Trans>Link to the documentation</Trans>
</Anchor>
}
language="css"
{...form.getInputProps("customCss")}