Cut off overlong account status lines with ellipsis

This commit is contained in:
2026-04-19 11:09:23 +04:00
parent 4bd5c4bf2a
commit b9f64f30e1

View File

@@ -252,6 +252,9 @@ body {
color: #898989;
margin-top: 0.35rem;
margin-left: calc(18px + 0.75rem);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.account-status strong {