mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 18:58: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") {
|
||||
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