Fix: Overflow on account page fields.

This commit is contained in:
Paul 2021-07-06 13:31:45 +01:00
parent 029d902be8
commit ddacb34253

View file

@ -58,6 +58,10 @@
.detail { .detail {
flex-grow: 1; flex-grow: 1;
min-width: 0;
display: flex;
flex-direction: column;
.subtext { .subtext {
display: inline; display: inline;
@ -75,6 +79,12 @@
text-decoration: underline; text-decoration: underline;
} }
} }
p {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
} }
p { p {