mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Replace non-breaking spaces with a margin
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -28,13 +28,13 @@ function boxIcons(value) {
|
||||
return (
|
||||
'<span class="box-icons">' +
|
||||
(value.modified
|
||||
? ' <i class="far fa-edit text-light-blue" title="Modified from default"></i>'
|
||||
? '<i class="far fa-edit text-light-blue" title="Modified from default"></i>'
|
||||
: "") +
|
||||
(value.flags.restart_dnsmasq
|
||||
? ' <i class="fas fa-redo text-orange" title="Setting requires FTL restart on change"></i>'
|
||||
? '<i class="fas fa-redo text-orange" title="Setting requires FTL restart on change"></i>'
|
||||
: "") +
|
||||
(value.flags.env_var
|
||||
? ' <i class="fas fa-lock text-orange" title="Settings overwritten by an environmental variable are read-only"></i>'
|
||||
? '<i class="fas fa-lock text-orange" title="Settings overwritten by an environmental variable are read-only"></i>'
|
||||
: "") +
|
||||
"</span>"
|
||||
);
|
||||
|
||||
@@ -1471,6 +1471,10 @@ table.dataTable tbody > tr > .selected {
|
||||
}
|
||||
}
|
||||
|
||||
.box-icons {
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
textarea.field-sizing-content {
|
||||
min-block-size: 3.5rlh;
|
||||
max-block-size: 20rlh;
|
||||
|
||||
Reference in New Issue
Block a user