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
-------

da2af57e06 🐛 Fix typo
This commit is contained in:
Fabien Potencier 2018-08-02 11:32:12 +02:00
commit f68cb81316
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ pre.sf-dump {
margin-bottom: 0;
}
.hidden {
display: none; !important
display: none !important;
}
.dumped-tag > .sf-dump {
display: inline-block;