Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ceb9126

Browse files
committedAug 4, 2022
fix: pending count on mobile
1 parent 853ad21 commit ceb9126

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎css/reskin-2/paymentHistory.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,3 +1120,8 @@ body {
11201120
letter-spacing: 0.5px;
11211121
color: var(--tc-white);
11221122
}
1123+
@media (max-width: /* --sm-max */ 959px) {
1124+
.view-pending-badge {
1125+
display: inline;
1126+
}
1127+
}

0 commit comments

Comments
 (0)
This repository has been archived.