Updated feedback.html. Made feedback and donate posts separated, fix link with new CSS class .link_hash that break all to new lines

This commit is contained in:
Eugene Serb
2022-06-19 11:47:45 +03:00
parent 9903106382
commit 072e0e20a7
2 changed files with 7 additions and 2 deletions

View File

@@ -506,3 +506,7 @@ table, th, td {
color: var(--color-white);
}
.link_hash {
word-break: break-all;
}