This commit is contained in:
Mirco Wittrien 2019-08-21 17:02:03 +02:00
parent a1f39988e3
commit 55ed3ea2f9
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -2831,7 +2831,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
var panel = BDFDB.getParentEle('.BDFDB-modal, .BDFDB-settings', ele);
if (panel && panel['BDFDB-tableheader-maxwidth']) {
var style = getComputedStyle(ele);
ele.style.setProperty('flex', ` 0 0 ${panel['BDFDB-tableheader-maxwidth'] - parseInt(style.marginLeft) - parseInt(style.marginRight)}px`, '!important');
ele.style.setProperty('flex', ` 0 0 ${panel['BDFDB-tableheader-maxwidth'] - parseInt(style.marginLeft) - parseInt(style.marginRight)}px`, 'important');
}
});
};