mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Syntax editor: minor CSS fix
This commit is contained in:
@@ -37,7 +37,7 @@ body.syntax-editor {
|
|||||||
|
|
||||||
#tree, #tree_str
|
#tree, #tree_str
|
||||||
{
|
{
|
||||||
white-space:pre;
|
white-space:pre-wrap;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
background: rgba(238, 238, 238, 0.6);
|
background: rgba(238, 238, 238, 0.6);
|
||||||
padding:0.5em;
|
padding:0.5em;
|
||||||
@@ -125,7 +125,7 @@ body.syntax-editor {
|
|||||||
div#debug
|
div#debug
|
||||||
{
|
{
|
||||||
font: 10px monospace;
|
font: 10px monospace;
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
color: #333;
|
color: #333;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
border: 1px dashed #999;
|
border: 1px dashed #999;
|
||||||
|
|||||||
Reference in New Issue
Block a user