Remove minWidth

This commit is contained in:
Paris Jones 2023-09-10 10:48:56 -04:00 committed by GitHub
parent 52b0e402bb
commit 721f40f3d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,6 @@
const li = document.createElement("li");
li.setAttribute("class", "item date");
li.style.width = "40px";
li.style.minWidth = "40px";
li.style.overflow = "hidden";
li.style.textAlign = "right";
li.style.display = "table-cell";