Skip to content

Commit

Permalink
update form height to new field
Browse files Browse the repository at this point in the history
  • Loading branch information
cedrikv committed Oct 7, 2020
1 parent d3c4ee6 commit 33b39ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atramhasis/static/admin/src/app/ui/widgets/SearchPane.js
Expand Up @@ -130,7 +130,7 @@ define([
var footerheight = 30;
var headerheight = 60;
var menuheight = win.h - footerheight - headerheight;
var form = 270;
var form = 326;
var buttons = 80;
domStyle.set(this.searchResultsNode, 'height', menuheight - form - buttons + 'px');
},
Expand Down

0 comments on commit 33b39ab

Please sign in to comment.