diff options
| author | bobzel <zzzman@gmail.com> | 2023-02-23 10:15:39 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-02-23 10:15:39 -0500 |
| commit | dae946507efa91a7216e64a22f8a25b411a16c59 (patch) | |
| tree | 94c12bbd0439cdd246fb30390de178c440e4eabe /src/client/views/collections/TabDocView.tsx | |
| parent | 70c34720d2d3ecbbcbf44a7cb6504ee132f4d12a (diff) | |
fixed display of link lines
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index 8d3c8fe2f..f93810deb 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -462,11 +462,9 @@ export class TabDocView extends React.Component<TabDocViewProps> { render() { return ( <div - className="collectionDockingView-content" + className="tabDocView-content" style={{ fontFamily: Doc.UserDoc().renderStyle === 'comic' ? 'Comic Sans MS' : undefined, - height: '100%', - width: '100%', }} ref={ref => { if ((this._mainCont = ref)) { |
