mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 04:07:27 +00:00
UX: Prevent long names from overflowing on user profiles
This commit is contained in:
parent
881c832a2f
commit
9f6af5f8a7
@ -122,6 +122,12 @@
|
||||
a[href] {
|
||||
text-decoration: underline;
|
||||
}
|
||||
h1 {
|
||||
max-width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.location-and-website {
|
||||
display: flex;
|
||||
max-width: 100%;
|
||||
|
@ -119,6 +119,7 @@
|
||||
flex: 1 1 100%;
|
||||
word-break: break-word;
|
||||
margin: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.bio {
|
||||
|
Loading…
x
Reference in New Issue
Block a user