forked from AkkomaGang/akkoma-fe
fix width of long field value
This commit is contained in:
parent
bb513dd961
commit
eed58a7b97
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-profile-field-value {
|
.user-profile-field-value {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 70%;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
margin: 0 0 0 0.25em;
|
margin: 0 0 0 0.25em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue