Skip to content

Commit c3cfe86

Browse files
authored
Merge pull request #159 from fbourigault/httplug-message-overflow-x-scroll
Display horizontal scrollbar when necessary for profiler messages
2 parents dace014 + f0481f2 commit c3cfe86

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)