Skip to content

Commit 13c5e50

Browse files
author
Hassan Radwan
committed
Chrome on the mac isn't happy with the overflow-x for this code block. Changed it to wrap instead which is probably better usability-wise anyways.
1 parent b5c87f3 commit 13c5e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
#connection-help-popup code {
263263
display: block;
264264
padding: .5em;
265-
overflow-x: scroll;
265+
white-space: normal;
266266
}
267267
#connection-help-popup .dismissal {
268268
display: block;

0 commit comments

Comments
 (0)