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