Skip to content

Commit

Permalink
KPMP-5233: Fix off size in the middle
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed Mar 22, 2024
1 parent 5b758af commit 6696c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ tr.MuiTableRow-root:nth-child(even) {
height: 600px;
}
@media (max-width: 768px) {
width: 538px;
height: 500px;
width: 438px;
height: 400px;
}
@media (max-width: 508px) {
width: 330px;
Expand Down

0 comments on commit 6696c50

Please sign in to comment.