From 07818ec1df47c8e0b6828d15dbbe9ded9d47eb9f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 11 Feb 2026 20:11:46 +0200 Subject: [PATCH] fix(options): unnecessary full-height --- .../client/src/widgets/type_widgets/ContentWidget.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/ContentWidget.css b/apps/client/src/widgets/type_widgets/ContentWidget.css index fb1fb4574c..3d1e9c4b5b 100644 --- a/apps/client/src/widgets/type_widgets/ContentWidget.css +++ b/apps/client/src/widgets/type_widgets/ContentWidget.css @@ -1,16 +1,7 @@ -.type-contentWidget .note-detail { - height: 100%; -} - -.note-detail-content-widget { - height: 100%; -} - .note-detail-content-widget-content { padding: 15px; - height: 100%; } .note-detail.full-height .note-detail-content-widget-content { padding: 0; -} \ No newline at end of file +}