Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit c16357e

Browse files
committed
Issue #65: Wrap long connect URIs
1 parent 7af89f2 commit c16357e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/css/frame-table.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
padding: 1px;
6161
}
6262

63+
/* #65 Wrap extremely long connect URIs */
64+
.frameRow.eventRow td {
65+
word-wrap: break-word;
66+
max-width: 20px;
67+
}
68+
6369
/******************************************************************************/
6470
/* Inline Packet Details Preview */
6571

0 commit comments

Comments
 (0)