Skip to content

Commit f68cb81

Browse files
committed
bug #28112 Fix CSS property typo (AhmedAbdulrahman)
This PR was merged into the 4.1 branch. Discussion ---------- Fix CSS property typo | Q | A | ------------- | --- | Branch? | 4.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- da2af57 🐛 Fix typo
2 parents d0a97b4 + da2af57 commit f68cb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Resources/css/htmlDescriptor.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pre.sf-dump {
102102
margin-bottom: 0;
103103
}
104104
.hidden {
105-
display: none; !important
105+
display: none !important;
106106
}
107107
.dumped-tag > .sf-dump {
108108
display: inline-block;

0 commit comments

Comments
 (0)