mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
fix title overflow on user page
This commit is contained in:
parent
ecd48a4b35
commit
57b85f2dc8
@ -450,10 +450,10 @@
|
||||
margin-right: 4px;
|
||||
}
|
||||
.title {
|
||||
font-size: 1em;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
}
|
||||
.name {
|
||||
font-size: 1em;
|
||||
|
@ -446,10 +446,10 @@
|
||||
margin-right: 4px;
|
||||
}
|
||||
.title {
|
||||
font-size: 1em;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
}
|
||||
.name {
|
||||
font-size: 1em;
|
||||
|
Loading…
Reference in New Issue
Block a user