Skip to content

Commit

Permalink
fix: set correct width for flag input
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunyu19 committed Aug 22, 2023
1 parent 72d7c21 commit 3405b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ const ChallengeDetailModal: FC<ChallengeDetailModalProps> = (props) => {
提交 flag
</Button>
}
rightSectionWidth="6rem"
/>
</form>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ const ChallengePreviewModal: FC<ChallengePreviewModalProps> = (props) => {
},
}}
rightSection={<Button type="submit">提交 flag</Button>}
rightSectionWidth="6rem"
/>
</form>
</Stack>
Expand Down

0 comments on commit 3405b79

Please sign in to comment.