mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3454 from fantasticfears/group-page
FIX: show user card on group page and fix styles
This commit is contained in:
@@ -442,15 +442,12 @@
|
||||
margin-right: 4px;
|
||||
}
|
||||
.title {
|
||||
display: block;
|
||||
font-size: 1em;
|
||||
max-width: 80%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.name {
|
||||
display: inline-block;
|
||||
font-size: 1em;
|
||||
max-width: 400px;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user