Skip to content

Commit

Permalink
Merge pull request #767 from DTS-STN/update-info
Browse files Browse the repository at this point in the history
fix: update help icon style
  • Loading branch information
shawn320 authored May 2, 2023
2 parents 32fbea4 + 52d18f3 commit 01e4c5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/components/MoreInfo/MoreInfo.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ svg:hover {
margin-top: 2rem;
}

/* @media (max-width: 768px) {
.modal {
max-width: 90%;
max-height: 90%;
padding: 20px;
}
} */

@media (max-width: 480px) {
.modal {
padding: 20px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/MoreInfo/MoreInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const MoreInfo: React.FC<MoreInfoProps> = ({ title, body }) => {
<Modal.Header className="modal-header">
<Modal.Title className="modal-title">{title}</Modal.Title>
<button onClick={handleClose}>
<img src={Close} alt="" />
<img src={Close} alt="close button" />
</button>
</Modal.Header>
<Modal.Body>
Expand Down

0 comments on commit 01e4c5e

Please sign in to comment.