Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matefun
Frontend
Commits
8d06df0c
Commit
8d06df0c
authored
Nov 12, 2017
by
Gonzalo Fabian Cameto Hernandez
Browse files
Fix, overflow horizontal en consola interactiva (modo avanzado)
parent
2cd6e23b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Frontend Angular 4/src/app/shared/services/ghci.service.ts
View file @
8d06df0c
...
...
@@ -336,7 +336,7 @@ export class GHCIService {
if
(
this
.
connection
&&
this
.
connection
.
readyState
==
WebSocket
.
OPEN
){
this
.
connection
.
send
(
JSON
.
stringify
(
message
));
}
else
{
this
.
errorConsole
(
"
Sin conexión al servidor...
"
);
this
.
errorConsole
(
"
Sin conexión al servidor...
\n
"
);
}
}
}
...
...
Frontend Angular 4/src/styles/console.css
View file @
8d06df0c
...
...
@@ -37,7 +37,7 @@
/* font-weight: normal;*/
}
.jqconsole-prompt
,
.jqconsole-old-prompt
,
.jqconsole-output
{
.jqconsole-prompt
,
.jqconsole-old-prompt
,
.jqconsole-output
,
.jqconsole-logs
,
.jqconsole-error
{
word-wrap
:
break-word
;
white-space
:
pre-wrap
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment