2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

UX: Preventing usercard and profile URLs from overflowing

This commit is contained in:
Kris 2018-02-09 16:55:43 -05:00
parent 88a992014b
commit 56352137ca
4 changed files with 31 additions and 9 deletions

View file

@ -176,6 +176,12 @@
a[href] {
text-decoration: underline;
}
.location-and-website {
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.bio {