Fix max-width bug for profile field

This commit is contained in:
Lim Chee Aun 2023-07-23 01:00:22 +08:00
parent 32a853ecc0
commit 5fa02f9cc4

View file

@ -204,6 +204,7 @@
}
.timeline-start .account-container .profile-field {
flex-shrink: 1;
max-width: 100%;
}
.account-container :is(.note, .profile-field) .invisible {