Skip to content

Commit 0cd9911

Browse files
author
Chris K
committed
Additional fix for DFL-3394 Event listener list has too much padding
1 parent 5a7649f commit 0cd9911

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/ecma-debugger/eventlisteners/evlisteners.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.ev-type-list
77
{
8-
margin: 0 3px;
8+
margin: 0;
99
}
1010

1111
.ev-listener-tooltip
@@ -22,7 +22,12 @@
2222

2323
.list-selected-node dd
2424
{
25-
margin-left: 26px;
25+
margin-left: 23px;
26+
}
27+
28+
.ev-listener-tooltip dd
29+
{
30+
margin-left: 16px;
2631
}
2732

2833
.ev-missing-script:hover

0 commit comments

Comments
 (0)