Skip to content
Prev Previous commit
Next Next commit
Width box correction
  • Loading branch information
Olucas7 committed Apr 20, 2022
commit bcbd97b6c543b66690b36bd79ac8631ae48ebb09
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

@mixin scroll-style {
width: 40em;
width: 25em;
overflow: hidden;
white-space: normal;
display: -webkit-box;
Expand Down