Skip to content

Commit

Permalink
Merge pull request #220 from liaham/master
Browse files Browse the repository at this point in the history
Fix sorting behavior on enumeration page
  • Loading branch information
Grzegorz Rajchman authored Jan 27, 2021
2 parents 58c45cf + b823dda commit 665ff99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/sass/components/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#content {
padding: $padding-side;
overflow-x: auto; // needed for drag & drop of enumerations

@if $css-grid-layout {
grid-area: content;
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/application.css

Large diffs are not rendered by default.

0 comments on commit 665ff99

Please sign in to comment.