diff options
author | bobzel <zzzman@gmail.com> | 2021-08-31 08:53:34 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-08-31 08:53:34 -0400 |
commit | 6463ba922933a33d2a11fc2c8f574202e6810ef6 (patch) | |
tree | 5a2b4149563b8f94b8d6edadd2d87f23ab0f07c1 /src/client/views/MainView.tsx | |
parent | efaa1a3afa994b66e47cc64cbd750b141a180894 (diff) | |
parent | 64fae6de1373f0db18ff98054227f217640952c2 (diff) |
Merge branch 'menu_updates_geireann' of https://github.com/brown-dash/Dash-Web into menu_updates_geireann
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index f082ba2c0..9047951ee 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -279,7 +279,6 @@ export class MainView extends React.Component { style={{ minWidth: `calc(100% - ${this._flyoutWidth + this.menuPanelWidth() + this.propertiesWidth()}px)`, transform: LightboxView.LightboxDoc ? "scale(0.0001)" : undefined, - //TODO:glr width: `calc(100% - ${this._flyoutWidth + this.menuPanelWidth() + this.propertiesWidth()}px)` }}> {!this.mainContainer ? (null) : this.mainDocView} </div>; |