File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @webscopeio/react-console" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " React component that emulates console behaviour" ,
55 "author" : " jvorcak" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 66 background-color : black;
77 color : white;
88 font-family : monospace;
9- font-size : 13 px ;
9+ font-size : 12 px ;
1010 padding : 10px ;
1111 height : 300px ;
1212 overflow-y : auto;
1717}
1818
1919.line {
20- font-size : 13px ;
21- line-height : 13px ;
20+ font-size : 12px ;
21+ line-height : 12px ;
22+ font-family : monospace;
2223 background : transparent !important ; /* we want to make this transparent whatever happens in the app*/
24+ padding : 0 ;
25+ color : white;
2326}
2427
2528.input {
You can’t perform that action at this time.
0 commit comments