mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
group name alignment in user-stream
This commit is contained in:
parent
2eb2f273a8
commit
5fc2dd8b8d
@ -116,6 +116,10 @@
|
||||
color: $primary-medium;
|
||||
}
|
||||
}
|
||||
|
||||
.group-member-info {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.user-stream .child-actions, // DEPRECATED: '.user-stream .child-actions' selector
|
||||
|
@ -22,7 +22,6 @@
|
||||
}
|
||||
|
||||
.group-member-info {
|
||||
display: flex;
|
||||
.name {
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user