Closed Graycot closed 1 year ago
Problem:
Once the member count grows past a single digit into tens of users, the first 1-9 member numbers are aligned to the left.
Fix:
CSS Align-center the user number when viewing the member list in a mobile viewport.
Note: This issue affects both mobile and desktop view ports.
Solution:
.number { text-align: center; }
Problem:
Once the member count grows past a single digit into tens of users, the first 1-9 member numbers are aligned to the left.
Fix:
CSS Align-center the user number when viewing the member list in a mobile viewport.