Fix CSS trash icon in GPIO actions

This commit is contained in:
fvanroie 2022-04-16 20:15:04 +02:00
parent 12280820ad
commit 9cab993b2f
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ label {
background-repeat: no-repeat
}
.edit::before {
.edit:before {
content: "\0000a0"
}
@ -129,7 +129,7 @@ label {
text-decoration: none
}
.trash::before {
.trash:before {
content: "\0000a0"
}

Binary file not shown.