frontend: ever so slightly improve /issues/

This commit is contained in:
0x1eef 2023-12-22 09:57:27 -03:00
parent dc4482035d
commit fc68d0944f

View file

@ -55,4 +55,9 @@ header {
textarea { height: 100%; } textarea { height: 100%; }
} }
} }
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
} }