Skip to content

Commit 026c39d

Browse files
authoredMar 21, 2025
Merge pull request #12029 from nanaya/infringement-space
Add space between note message and user
2 parents 0e49d56 + cda75f0 commit 026c39d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

Diff for: ‎resources/css/bem/profile-extra-recent-infringements.less

-4
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,5 @@
7676

7777
&__actor {
7878
color: @osu-colour-l1;
79-
80-
&::before {
81-
content: "";
82-
}
8379
}
8480
}

Diff for: ‎resources/js/profile-page/account-standing.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const ColumnDescription = ({ history }: ColumnProps) => (
4343

4444
{history.actor != null && (
4545
<span className={`${bn}__actor`}>
46+
{' '}
4647
<StringWithComponent
4748
mappings={{ username: <UserLink user={history.actor} /> }}
4849
pattern={trans('users.show.extra.account_standing.recent_infringements.actor')}

0 commit comments

Comments
 (0)