Profile: Fix bio overflow (#1688)
This commit is contained in:
parent
bb0d846838
commit
33c6fe5df5
@ -337,7 +337,7 @@ const ManageInvites: FC<OwnProps & StateProps> = ({
|
|||||||
contextActions={prepareContextActions(invite)}
|
contextActions={prepareContextActions(invite)}
|
||||||
key={invite.link}
|
key={invite.link}
|
||||||
>
|
>
|
||||||
<span className="title">{invite.title || invite.link}</span>
|
<span className="title invite-title">{invite.title || invite.link}</span>
|
||||||
<span className="subtitle" dir="auto">
|
<span className="subtitle" dir="auto">
|
||||||
{prepareUsageText(invite)}
|
{prepareUsageText(invite)}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@ -215,6 +215,10 @@
|
|||||||
.create-link {
|
.create-link {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.invite-title {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ManageInvite {
|
.ManageInvite {
|
||||||
|
|||||||
@ -364,7 +364,6 @@
|
|||||||
line-height: 1.25rem;
|
line-height: 1.25rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user