We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e49d56 commit cda75f0Copy full SHA for cda75f0
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