1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed wrapping inside pre

This commit is contained in:
Fedor Katurov 2021-02-24 19:40:21 +07:00
parent d6fafacee7
commit 9f48bb6a64

View file

@ -27,7 +27,7 @@ $margin: 1em;
right: 4px solid transparentize($blue, 0.9); right: 4px solid transparentize($blue, 0.9);
} }
font-family: monospace; font-family: monospace;
font-size: 0.9em; font-size: 0.8em;
border-radius: 2px; border-radius: 2px;
width: 100%; width: 100%;
overflow: auto; overflow: auto;
@ -38,6 +38,7 @@ $margin: 1em;
code { code {
color: transparentize($wisegreen, 0.1); color: transparentize($wisegreen, 0.1);
font-family: monospace; font-family: monospace;
white-space: pre-wrap;
} }
} }
@ -47,7 +48,7 @@ $margin: 1em;
padding: 2px 4px; padding: 2px 4px;
border-radius: 0.3em; border-radius: 0.3em;
color: transparentize($wisegreen, 0.1); color: transparentize($wisegreen, 0.1);
font-size: 0.9em; font-size: 0.8em;
} }
} }