From 6b274593ddffb9c37daea741aa976af30d69f5e7 Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Thu, 28 Jan 2016 01:29:18 -0800 Subject: [PATCH] Increment max width for sidebar --- .../lib/components/account-sidebar.cjsx | 2 +- src/sheet.cjsx | 21 ++++++++++--------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/internal_packages/account-sidebar/lib/components/account-sidebar.cjsx b/internal_packages/account-sidebar/lib/components/account-sidebar.cjsx index 1ac1752de..b17a0c2fb 100644 --- a/internal_packages/account-sidebar/lib/components/account-sidebar.cjsx +++ b/internal_packages/account-sidebar/lib/components/account-sidebar.cjsx @@ -11,7 +11,7 @@ class AccountSidebar extends React.Component @containerRequired: false @containerStyles: minWidth: 165 - maxWidth: 210 + maxWidth: 250 constructor: (@props) -> @state = @_getStateFromStores() diff --git a/src/sheet.cjsx b/src/sheet.cjsx index b0d480757..d84d6426b 100644 --- a/src/sheet.cjsx +++ b/src/sheet.cjsx @@ -73,16 +73,17 @@ class Sheet extends React.Component @state.columns.map (column, idx) => {maxWidth, minWidth, handle, location, width} = column if minWidth != maxWidth and maxWidth < FLEX - + else