mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-17 15:51:51 +03:00
Fix max-width bug for profile field
This commit is contained in:
parent
32a853ecc0
commit
5fa02f9cc4
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@
|
|||
}
|
||||
.timeline-start .account-container .profile-field {
|
||||
flex-shrink: 1;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.account-container :is(.note, .profile-field) .invisible {
|
||||
|
|
Loading…
Add table
Reference in a new issue