Sfoglia il codice sorgente

Adjut cardPanelWidth for card details

helioguardabaxo 4 anni fa
parent
commit
389908be7c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      client/components/cards/cardDetails.js

+ 1 - 1
client/components/cards/cardDetails.js

@@ -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?!