Set max width for very long profile metadata
This commit is contained in:
parent
6f28db2532
commit
4aab2d39cc
|
@ -197,6 +197,10 @@
|
|||
filter: saturate(0.75);
|
||||
line-height: 1.25;
|
||||
flex-shrink: 0;
|
||||
max-width: calc(100% - 12px - 2em);
|
||||
}
|
||||
.account-container .profile-field:only-child {
|
||||
max-width: 100%;
|
||||
}
|
||||
.timeline-start .account-container .profile-field {
|
||||
flex-shrink: 1;
|
||||
|
|
Loading…
Reference in a new issue