diff --git a/src/public/app/widgets/type_widgets/content_widget.ts b/src/public/app/widgets/type_widgets/content_widget.ts index c7a7f7086..e0b0deaf7 100644 --- a/src/public/app/widgets/type_widgets/content_widget.ts +++ b/src/public/app/widgets/type_widgets/content_widget.ts @@ -56,6 +56,10 @@ const TPL = `
padding: 15px; height: 100%; } + + .note-detail.full-height .note-detail-content-widget-content { + padding: 0; + }