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

Commit 1ec2a89

Browse files
committed
Fix initial width of the first 'direction' column
1 parent 0131d0b commit 1ec2a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/components/frame-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ var EventRow = React.createFactory(React.createClass({
217217

218218
return (
219219
tr({className: className, onClick: this.onClick},
220-
td({}),
220+
td({className: "direction"}),
221221
td({className: "socketId"},
222222
frame.webSocketSerialID
223223
),

0 commit comments

Comments
 (0)