diff --git a/apps/client/src/stylesheets/theme-next/base.css b/apps/client/src/stylesheets/theme-next/base.css index 0e6f7f127..56edeb878 100644 --- a/apps/client/src/stylesheets/theme-next/base.css +++ b/apps/client/src/stylesheets/theme-next/base.css @@ -500,9 +500,14 @@ body.mobile .dropdown-menu .dropdown-item.submenu-open .dropdown-toggle::after { padding: 0; } +.note-list-wrapper .note-book-card .note-book-content.type-code { + height: 100%; +} + .note-list-wrapper .note-book-card .note-book-content.type-code pre { height: 100%; padding: 1em; + margin-bottom: 0; } .note-list-wrapper .note-book-card .bx {