diff --git a/src/app/history/history.tsx b/src/app/history/history.tsx index 0a14a4cc..a6b4a3db 100644 --- a/src/app/history/history.tsx +++ b/src/app/history/history.tsx @@ -419,8 +419,16 @@ class HistoryView extends React.Component<{}, {}> { let sessionId: string = null; let remoteIds = Object.keys(rnames); let remoteId: string = null; + + // TODO: something is weird with how we calculate width for views. Before, history view was not honoring tab width. This fix is copied from workspaceview.tsx, which had a similar issue. + const width = window.innerWidth - 6 - GlobalModel.mainSidebarModel.getWidth(); return ( -