webbuild: change matrix to single column and vertical scrolling
This commit is contained in:
parent
82337b4343
commit
49bda1c6c3
@ -277,22 +277,25 @@ input[type="checkbox"] {
|
||||
.matrix {
|
||||
width:100%;
|
||||
height:100%;
|
||||
word-wrap: break-word;
|
||||
overflow:auto;
|
||||
font-size:7pt;
|
||||
border:1px solid #2b6600;
|
||||
padding:2px;
|
||||
margin:0;
|
||||
// border:1px solid #2b6600;
|
||||
padding-right:-2px;
|
||||
padding-bottom:-2px;
|
||||
margin-left:2px;
|
||||
margin-bottom:2px;
|
||||
// background-color:#e0f2d0;
|
||||
-moz-column-count: 2;
|
||||
/* -moz-column-count: 2;
|
||||
-moz-column-gap: 1.5em;
|
||||
-moz-column-rule: none;
|
||||
-webkit-column-count: 2;
|
||||
-webkit-column-gap: 1.5em;
|
||||
-webkit-column-rule: none;
|
||||
/* future proof */
|
||||
/ future proof
|
||||
column-count: 2;
|
||||
column-gap: 1.5em;
|
||||
column-rule: none;
|
||||
column-rule: none;*/
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
|
Loading…
Reference in New Issue
Block a user