From cb355c371d37fd744cdce7d1a84d9551c772eccf Mon Sep 17 00:00:00 2001 From: Nic Aitch Date: Tue, 11 Aug 2015 21:57:40 -0500 Subject: [PATCH] Bump min width to 300 --- src/react/DebugPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react/DebugPanel.js b/src/react/DebugPanel.js index a9c1ca19..41e8d8e4 100644 --- a/src/react/DebugPanel.js +++ b/src/react/DebugPanel.js @@ -22,7 +22,7 @@ export function getDefaultStyle(props) { bottom: bottom ? 0 : undefined, maxHeight: (bottom && top) ? '100%' : '20%', maxWidth: (left && right) ? '100%' : '20%', - minWidth: 260, + minWidth: 300, wordWrap: 'break-word', boxSizing: 'border-box' };