Fix: Overflow on account page fields.

experiment/plugins
Paul 2021-07-06 13:31:45 +01:00
parent 029d902be8
commit ddacb34253
1 changed files with 10 additions and 0 deletions

View File

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