Remove minWidth
This commit is contained in:
parent
52b0e402bb
commit
721f40f3d3
1 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue