mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
fix title overflow on user page
This commit is contained in:
parent
ecd48a4b35
commit
57b85f2dc8
2 changed files with 2 additions and 2 deletions
|
@ -450,10 +450,10 @@
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
font-size: 1em;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.name {
|
.name {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
|
|
@ -446,10 +446,10 @@
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
font-size: 1em;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.name {
|
.name {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue