Skip to content

Commit

Permalink
Fix the form for django-bpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Feb 26, 2018
1 parent 21b2941 commit 43ada7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions multiseek/static/multiseek/js/multiseek.js
Expand Up @@ -529,6 +529,10 @@ $.widget("multiseek.multiseekFrame", $.multiseek.multiseekBase, {
element
.attr("id", "frame-" + multiseek.frame_counter)
.attr("class", "multiseekFrame grid-x grid-padding-x grid-margin-y")
// Explicit setting of display: flex is needed so the
// slideDown animation won't set display: block, thus
// breaking the layout
.css("display", "flex")
.append([div, fieldset]);
},

Expand Down

0 comments on commit 43ada7d

Please sign in to comment.