Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
f
  • Loading branch information
ruskcoder committed Dec 1, 2024
2 parents b105a25 + 96c5cc2 commit 107acf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbank.html
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ <h2 class="section-title glow-text">Practice Questions</h2>
onClick: () => setSelectedQuestion(null)
}, '×'),

React.createElement('div', { className: 'modal-content-wrapper', style: { width: '90%', display: 'flex', flexDirection: 'column', left: '90px', position: 'relative' } },
React.createElement('div', { className: 'modal-content-wrapper', style: { width: '90%', display: 'flex', flexDirection: 'column', left: '60px', position: 'relative' } },
// Centered question metadata
React.createElement('div', { className: 'question-metadata' },
React.createElement('strong', null, selectedQuestion.ID),
Expand Down

0 comments on commit 107acf5

Please sign in to comment.