Skip to content

Commit f0481f2

Browse files
committed
display horizontal scrollbar when necessary for profiler messages
1 parent dace014 commit f0481f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Resources/public/style/httplug.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
padding: 5px;
2626
flex: 1;
2727
margin: 5px;
28-
overflow: hidden;
29-
text-overflow: ellipsis;
28+
overflow-x: auto;
3029
white-space: nowrap;
3130
}
3231

0 commit comments

Comments
 (0)