mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 15:13:01 -06:00
* 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:
parent
4a925e49b1
commit
29a71cf828
4 changed files with 11 additions and 2 deletions
|
|
@ -126,6 +126,7 @@ main {
|
|||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
user-select: all;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue