Adjut cardPanelWidth for card details

This commit is contained in:
helioguardabaxo 2020-09-15 16:00:23 -03:00
parent 33cf589c05
commit 389908be7c

View file

@ -57,7 +57,7 @@ BlazeComponent.extendComponent({
},
scrollParentContainer() {
const cardPanelWidth = 510;
const cardPanelWidth = 600;
const parentComponent = this.parentComponent();
// TODO sometimes parentComponent is not available, maybe because it's not
// yet created?!