Skip to content

Commit

Permalink
fix(css): fixes styles breaking module gallery search (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
2xAA authored Nov 22, 2020
1 parent 1d308a4 commit c552133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ export default {
display: none !important;
}
.fluid > .smooth-dnd-draggable-wrapper {
display: inline-block !important;
.smooth-dnd-container.vertical > .smooth-dnd-draggable-wrapper {
display: inline-block;
margin-right: 8px;
}
Expand Down

0 comments on commit c552133

Please sign in to comment.