Skip to content

Commit bc8e8d2

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Make FormErrorIterator generic [symfony/mailjet-mailer] Fix invalid mailjet error managment typehint of DkimOptions algorithm wrong Remove extra space in NotificationEmail Fix the usage of the Valid constraints in array-based forms Fix return value of `NullToken::getUser()` [DI] fix `ServiceSubscriberTrait` bug where parent has `__call()` [HttpClient] Fix reading proxy settings from dotenv when curl is used [Process] Don't return executable directories in PhpExecutableFinder Center icons vertically in trace list
2 parents f130c13 + a6040e7 commit bc8e8d2

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
@@ -225,7 +225,7 @@ header .container { display: flex; justify-content: space-between; }
225225
.trace-line + .trace-line { border-top: var(--border); }
226226
.trace-line:hover { background: var(--base-1); }
227227
.trace-line a { color: var(--base-6); }
228-
.trace-line .icon { opacity: .4; position: absolute; left: 10px; top: 11px; }
228+
.trace-line .icon { opacity: .4; position: absolute; left: 10px; }
229229
.trace-line .icon svg { fill: var(--base-5); height: 16px; width: 16px; }
230230
.trace-line .icon.icon-copy { left: auto; top: auto; padding-left: 5px; display: none }
231231
.trace-line:hover .icon.icon-copy:not(.hidden) { display: inline-block }

0 commit comments

Comments
 (0)