Fix padding.

This commit is contained in:
Jared 2021-04-12 07:20:53 -07:00 committed by Jared Goodwin
parent 155d5e0f59
commit 58c5d5c014

View File

@ -1,5 +1,5 @@
.list-box {
padding: 1;
padding: 1em;
border: 2px solid gray;
height: 8em;
overflow-y: scroll;