mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fix: Overflow on account page fields.
This commit is contained in:
parent
029d902be8
commit
ddacb34253
1 changed files with 10 additions and 0 deletions
|
@ -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 a new issue