Skip to content

Commit ff2d2c0

Browse files
author
Hassan Radwan
committed
More fixes to make the javaagent help string wrap and look right
1 parent 13c5e50 commit ff2d2c0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

codepulse/src/main/resources/toserve/pages/projects/trace-recording-controls.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@
262262
#connection-help-popup code {
263263
display: block;
264264
padding: .5em;
265-
white-space: normal;
265+
white-space: pre;
266+
overflow-wrap: break-word;
266267
}
267268
#connection-help-popup .dismissal {
268269
display: block;

codepulse/src/main/webapp/templates-hidden/trace-recording-controls.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,7 @@
7878
</p>
7979

8080
<p>
81-
<code id="trace-agent-command" class="lift:ProjectWidgetry">
82-
<project:agentcommand></project:agentcommand>
83-
<!-- -javaagent:bytefrog-tracer.jar=localhost:8765 -->
84-
</code>
81+
<code id="trace-agent-command" class="lift:ProjectWidgetry"><project:agentcommand></project:agentcommand></code>
8582
</p>
8683

8784
<p>

0 commit comments

Comments
 (0)