From b1f08b944aff81f4eb80e69941694e96ab4ab337 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 11 May 2025 18:36:49 +0300 Subject: [PATCH] feat(code): remove unnecessary border in read-only code --- apps/client/src/widgets/type_widgets/read_only_code.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/read_only_code.ts b/apps/client/src/widgets/type_widgets/read_only_code.ts index 9bdeee150..c120138a8 100644 --- a/apps/client/src/widgets/type_widgets/read_only_code.ts +++ b/apps/client/src/widgets/type_widgets/read_only_code.ts @@ -9,10 +9,6 @@ const TPL = /*html*/` min-height: 50px; position: relative; } - - .note-detail-readonly-code-content { - padding: 10px; - }