kramp HF staff commited on
Commit
067c993
1 Parent(s): 3027b97

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -0
style.css CHANGED
@@ -35,4 +35,12 @@ form div {
35
  form fieldset {
36
  border-color: #efefef;
37
  border-width: 1px;
 
38
  }
 
 
 
 
 
 
 
 
35
  form fieldset {
36
  border-color: #efefef;
37
  border-width: 1px;
38
+ min-width: 0;
39
  }
40
+
41
+ form pre {
42
+ overflow-x: auto;
43
+ padding: .5rem;
44
+ background-color: #eee;
45
+ font-family: monospace;
46
+ }