Skip to content

Commit 8aefa27

Browse files
committed
minor symfony#22104 [WebProfilerBundle] Remove uneeded directive in the form collector (romain-pierre)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes symfony#22104). Discussion ---------- [WebProfilerBundle] Remove uneeded directive in the form collector | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | none | License | MIT | Doc PR | none Hi, as discussed with @javiereguiluz in symfony#22102, it's better to completely remove this directive to avoid side effects on different Symfony versions. I can see an icon offset on 3.3. This directive was not "present" for so many time.. so... Commits ------- 40a67c9 [WebProfilerBundle] Remove uneeded directive in the form collector styles
2 parents 3b1143c + 40a67c9 commit 8aefa27

File tree

1 file changed

+0
-1
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
}
6161
#tree-menu .empty {
6262
border: 0;
63-
margin: 0;
6463
padding: 0;
6564
}
6665
#tree-details-container {

0 commit comments

Comments
 (0)