💄 fix(add_src_to_code_block): avoid overlapping text

This commit is contained in:
welpo 2024-05-03 23:40:19 +02:00
parent b70efd1642
commit f081a92f59
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -86,7 +86,7 @@ pre {
right: 1.3rem;
padding-top: 0.3rem;
padding-right: 1.3rem;
max-width: 80%;
max-width: calc(100% - 14em);
height: 0.9rem;
overflow: hidden;
color: var(--hover-color);