[frontend] Fix #923 and markdown css (#925)

* fix url in CONTRIBUTING.md

* prevent img from overflow and allow to center the img

* fix #923 and guide browser to select entire username
This commit is contained in:
Mia Heidenstedt 2022-11-02 09:04:23 +01:00 committed by GitHub
commit 29a71cf828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 2 deletions

View file

@ -126,6 +126,7 @@ main {
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
user-select: all;
}
}