1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix styling of Debug pop-out window

This commit is contained in:
Nick O'Leary 2019-06-18 11:40:13 +01:00
parent f955d63707
commit 60b1a05894
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -4,7 +4,7 @@
<link rel="stylesheet" href="../../vendor/font-awesome/css/font-awesome.min.css">
<title>Node-RED Debug Tools</title>
</head>
<body class="red-ui-debug-window">
<body class="red-ui-editor red-ui-debug-window">
</body>
<script src="../../vendor/vendor.js"></script>
<script src="../../red/red.min.js"></script>