We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e49d56 + cda75f0 commit 026c39dCopy full SHA for 026c39d
resources/css/bem/profile-extra-recent-infringements.less
@@ -76,9 +76,5 @@
76
77
&__actor {
78
color: @osu-colour-l1;
79
-
80
- &::before {
81
- content: "";
82
- }
83
}
84
resources/js/profile-page/account-standing.tsx
@@ -43,6 +43,7 @@ const ColumnDescription = ({ history }: ColumnProps) => (
43
44
{history.actor != null && (
45
<span className={`${bn}__actor`}>
46
+ {' '}
47
<StringWithComponent
48
mappings={{ username: <UserLink user={history.actor} /> }}
49
pattern={trans('users.show.extra.account_standing.recent_infringements.actor')}
0 commit comments