Tooltip: improving readability (#5577)

This commit is contained in:
s-tyshchenko 2022-02-23 12:54:13 +02:00 committed by GitHub
parent e4e5ee936a
commit 20c238a5ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -24,3 +24,4 @@
- Fix #5533: Users can't live in UTC
- Fix #5460: Untranslatable string New Updates in Stream
- Fix #5573: Allow replying for sub comments
- Fix #5529: Tooltip: improving readability

View File

@ -6,6 +6,7 @@
max-width: 400px;
text-align: left;
padding: 2px 8px 4px;
font-size: 12px;
font-weight: bold;
white-space: pre-wrap;
}

File diff suppressed because one or more lines are too long