CSS Tweaks for code blocks and media

This commit is contained in:
MatthiasSaihttam 2021-05-10 14:21:15 -04:00
parent af3d3a57c5
commit 484fb76611
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@ textarea, input[type="text"], input[type="password"] {
.text pre {
display: inline-block; /*Code blocks need to be inline-block*/
overflow-x: scroll;
overflow-x: auto;
max-width: 100%;
}
@ -131,6 +131,7 @@ a {
max-width: calc(100% - 20px);
max-height: 500px;
margin: 10px;
display: block;
}
.extended-text {