Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BEM naming.
Browse files Browse the repository at this point in the history
shendy-a8c committed Dec 2, 2024
1 parent d7e3f98 commit 13db0c1
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/payment-details/dispute-details/dispute-notice.tsx
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ const DisputeNotice: React.FC< DisputeNoticeProps > = ( {
{
a: (
<ExternalLink
className="dispute-notice-link"
className="dispute-notice__link"
href={ learnMoreDocsUrl }
/>
),
4 changes: 2 additions & 2 deletions client/payment-details/dispute-details/style.scss
Original file line number Diff line number Diff line change
@@ -184,15 +184,15 @@
}

.dispute-notice {
.dispute-notice-link {
.dispute-notice__link {
display: block;
}
}

@media screen and ( max-width: $break-small ) {
.wcpay-inline-notice.components-notice
.components-notice__content
a.dispute-notice-link {
a.dispute-notice__link {
white-space: normal;
}
}

0 comments on commit 13db0c1

Please sign in to comment.