Skip to content

Commit

Permalink
Merge pull request #55 from shreyas1434shinde/main
Browse files Browse the repository at this point in the history
Issue #PS-2253 fix: Improve UI Alignment and Styling for Review Page
  • Loading branch information
itsvick authored Oct 23, 2024
2 parents 96f52d9 + 2442c1a commit 6e6da1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/pages/workspace/content/review/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ const ReviewContentSubmissions = () => {
border: "1px solid #ccc",
borderRadius: "16px",
backgroundColor: "white",
height: "607px",
overflow: "auto",
}}
>
<Typography
Expand Down
4 changes: 2 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.player-grid {
height: 80vh;
width: 90%;
height: 100%;
width: 100%;
margin: 0 auto;
display: grid;
gap: 1.5rem;
Expand Down

0 comments on commit 6e6da1e

Please sign in to comment.