generated from CS3219-AY2324S1/course-assessment-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove dead code * Fix overflow for code editor
- Loading branch information
Showing
5 changed files
with
17 additions
and
42 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
front-end/peer-prep/src/components/PracticeMatchedPage/index.tsx
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
front-end/peer-prep/src/components/PracticeMatchedPage/styles.tsx
This file was deleted.
Oops, something went wrong.
13 changes: 7 additions & 6 deletions
13
front-end/peer-prep/src/components/PracticePage/CodeView/styles.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
export const CodeViewContainerStyle = { | ||
backgroundColor: "#131B25", | ||
height: "80%", | ||
width: "90%", | ||
display: "grid", | ||
borderRadius: "15px" | ||
} | ||
backgroundColor: "#131B25", | ||
height: "80%", | ||
width: "90%", | ||
minHeight: "50px", | ||
minWidth: "50px", | ||
borderRadius: "15px", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters