Fix first list being narrower than others

This commit is contained in:
Vid Smole 2023-07-06 13:22:15 +02:00
parent e12353bd7e
commit 492306453c

View file

@ -16,7 +16,6 @@
/* overflow: auto; - List width and height resizeable */
}
.list:first-child {
min-width: 20px;
margin-left: 5px;
border-left: none;
}