Merge pull request #220 from liaham/master

Fix sorting behavior on enumeration page
This commit is contained in:
Grzegorz Rajchman
2021-01-27 17:58:26 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
#content {
padding: $padding-side;
overflow-x: auto; // needed for drag & drop of enumerations
@if $css-grid-layout {
grid-area: content;

File diff suppressed because one or more lines are too long