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 d5132ae commit 5b758af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ tr.MuiTableRow-root:nth-child(even) {
width: 538px;
height: 500px;
}
@media (max-width: 768px) {
@media (max-width: 508px) {
width: 330px;
height: 300px;
}
Expand Down

0 comments on commit 5b758af

Please sign in to comment.