mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
settings-advanced: drop small element
Use `.small` on the wrapper element Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ function addAllowedValues(allowed) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (typeof allowed === "string") {
|
if (typeof allowed === "string") {
|
||||||
return "<p><small>Allowed value: " + utils.escapeHtml(allowed) + "</small></p>";
|
return `<p class="small">Allowed value: ${utils.escapeHtml(allowed)}</p>`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user