Fix max-width bug for profile field

pull/193/head
Lim Chee Aun 2023-07-23 01:00:22 +08:00
rodzic 32a853ecc0
commit 5fa02f9cc4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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