forked from abner/for-legacy-web
Fix: Overflow on account page fields.
parent
029d902be8
commit
ddacb34253
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue