8000 Center icons vertically in trace list · symfony/symfony@698cc97 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 698cc97

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 c3ba272 commit 698cc97

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/ErrorHandler/Resources/assets/css

1 file changed

+1
-1
lines changed

src/Symfony/Component/ErrorHandler/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)
0