Skip to content

Commit 2d0c9c2

Browse files
authored
Center icons vertically in trace list
Make icons centered in trace list and not on the bottom trace-line-header div
1 parent 8d80ad8 commit 2d0c9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/assets/css/exception.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ header .container { display: flex; justify-content: space-between; }
184184
.trace-line + .trace-line { border-top: var(--border); }
185185
.trace-line:hover { background: var(--base-1); }
186186
.trace-line a { color: var(--base-6); }
187-
.trace-line .icon { opacity: .4; position: absolute; left: 10px; top: 11px; }
187+
.trace-line .icon { opacity: .4; position: absolute; left: 10px; }
188188
.trace-line .icon svg { height: 16px; width: 16px; }
189189
.trace-line-header { padding-left: 36px; padding-right: 10px; }
190190

0 commit comments

Comments
 (0)