feat(code): remove unnecessary border in read-only code

This commit is contained in:
Elian Doran 2025-05-11 18:36:49 +03:00
parent f0ae5aeba6
commit b1f08b944a
No known key found for this signature in database

View File

@ -9,10 +9,6 @@ const TPL = /*html*/`
min-height: 50px; min-height: 50px;
position: relative; position: relative;
} }
.note-detail-readonly-code-content {
padding: 10px;
}
</style> </style>
<pre class="note-detail-readonly-code-content"></pre> <pre class="note-detail-readonly-code-content"></pre>