Skip to content

Commit da2af57

Browse files
🐛 Fix typo
1 parent d0a97b4 commit da2af57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)