Skip to content

Commit

Permalink
Merge pull request #331 from shreyas1434shinde/boardEnrollment
Browse files Browse the repository at this point in the history
Task #PS-2096 :RTL Support for Facilitator's App
  • Loading branch information
itsvick authored Oct 11, 2024
2 parents 777b770 + a2d93aa commit 9dba256
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1009,8 +1009,7 @@ const Dashboard: React.FC<DashboardProps> = () => {
'@media (max-width: 900px)': {
top:
role === Role.TEAM_LEADER ? '210px' : '185px',
right: isRTL ? '20px' : 'unset',
left: isRTL ? 'unset' : '20px',
right: '20px',
},
}}
onClick={viewAttendanceHistory}
Expand Down

0 comments on commit 9dba256

Please sign in to comment.