style code block

This commit is contained in:
2023-02-03 10:25:16 +10:00
parent 1f8b83fc8c
commit a135c7e8fd

View File

@@ -142,6 +142,17 @@ button {
@extend .prevent-select; @extend .prevent-select;
} }
code {
font-size: 0.8rem;
background-color: #eee;
padding: 1rem;
border: 1px solid #ddd;
white-space: pre-wrap;
overflow-x: auto;
max-height: 30rem;
margin-bottom: 1rem;
}
/* Dialog */ /* Dialog */
.modal { .modal {
position: fixed; position: fixed;