fix random utf bonkers

neo4j-4
Josha von Gizycki 5 years ago
parent b80f5f3c40
commit 4e1ae1c5bc

@ -266,12 +266,12 @@ table {
}
th[data-sort=desc]::after {
content: "🠻";
content: "";
display: inline;
}
th[data-sort=asc]::after {
content: "🠹";
content: "";
display: inline;
}
}

Loading…
Cancel
Save