aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TabDocView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-02-23 10:15:39 -0500
committerbobzel <zzzman@gmail.com>2023-02-23 10:15:39 -0500
commitdae946507efa91a7216e64a22f8a25b411a16c59 (patch)
tree94c12bbd0439cdd246fb30390de178c440e4eabe /src/client/views/collections/TabDocView.tsx
parent70c34720d2d3ecbbcbf44a7cb6504ee132f4d12a (diff)
fixed display of link lines
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
-rw-r--r--src/client/views/collections/TabDocView.tsx4
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)) {