Fix comment padding

This commit is contained in:
spikecodes 2021-01-07 10:49:00 -08:00
parent 59a34a0e85
commit c7c787dff1

View File

@ -503,7 +503,7 @@ input[type="submit"]:hover { color: var(--accent); }
.comment_right {
word-wrap: anywhere;
padding: 10px 25px 10px 5px;
padding: 10px 0 10px 5px;
flex-grow: 1;
flex-shrink: 1;
}