Skip to content
Snippets Groups Projects
Commit ddacb342 authored by insert's avatar insert
Browse files

Fix: Overflow on account page fields.

parent 029d902b
No related merge requests found
......@@ -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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment