Commit f1f123b
committed
minor #45664 [ErrorHandler] Center icons vertically in trace list (RTUnreal)
This PR was merged into the 4.4 branch.
Discussion
----------
[ErrorHandler] Center icons vertically in trace list
| Q | A
| ------------- | ---
| Branch? | 4.4, 5.4, 6.0, 6.1
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | none <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
| Doc PR | none <!-- required for new features -->
<!--
Replace this notice by a short README for your feature/bugfix.
This will help reviewers and should be a good start for the documentation.
Additionally (see https://symfony.com/releases):
- Always add tests and ensure they pass.
- Bug fixes must be submitted against the lowest maintained branch where they apply
(lowest branches are regularly merged to upper ones so they get the fixes too.)
- Features and deprecations must be submitted against the latest branch.
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
- Never break backward compatibility (see https://symfony.com/bc).
-->
Make icons centered in trace list and not on the bottom trace-line-header div
Before:

After:

Commits
-------
698cc97 Center icons vertically in trace listFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/ErrorHandler/Resources/assets/css
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments