Explorar el Código

Adjut cardPanelWidth for card details

helioguardabaxo hace 5 años
padre
commit
389908be7c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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?!