mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
group name alignment in user-stream
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user