Skip to content
Prev Previous commit
Next Next commit
Remove horizontal scrollbars in login screen
  • Loading branch information
psrpinto committed Nov 21, 2022
commit 353b452cefd4bd55d69447ecf7fa91c0f71e100a
2 changes: 1 addition & 1 deletion frontend/styles/theme/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body {
/* Remove horizontal scrollbars in pre-session screen. */
@media screen and (min-width: 600px) {
.PreSessionScreen {
width: 590px;
width: 570px;
}
}

Expand Down