[#4505] removed redundant CodeBlock component styles

This commit is contained in:
Gani Georgiev
2024-03-06 17:47:41 +02:00
parent 0afc380a11
commit e5e2519f88
34 changed files with 47 additions and 45 deletions
-3
View File
@@ -41,9 +41,6 @@
.code-wrapper {
display: block;
width: 100%;
max-height: 100%;
overflow: auto; /* fallback */
overflow: overlay;
}
.prism-light code {
color: var(--txtPrimaryColor);