mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01: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 {
|
.timeline-start .account-container .profile-field {
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.account-container :is(.note, .profile-field) .invisible {
|
.account-container :is(.note, .profile-field) .invisible {
|
||||||
|
|
Loading…
Reference in a new issue