Lowered max-width for note header usernames to 100px to avoid overflow

This commit is contained in:
Nikola Lukovic 2023-10-19 16:46:40 +02:00
parent e04294e0d6
commit dfce5fe748
No known key found for this signature in database
GPG Key ID: E732B8290767CE3B

View File

@ -53,7 +53,7 @@
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 360px;
max-width: 100px;
color: var(--text-primary);
margin-right: 2px;
}