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:
parent
88a992014b
commit
56352137ca
4 changed files with 31 additions and 9 deletions
|
@ -176,6 +176,12 @@
|
|||
a[href] {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.location-and-website {
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.bio {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue