don't run off the page

This commit is contained in:
2019-01-18 08:45:43 -08:00
parent 76104a9ae8
commit ccc04d2735

View File

@@ -34,6 +34,10 @@ input {
margin: 0;
}
pre {
max-width: 100%;
}
form {
display: flex;
flex: 1 1 auto;