mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-13 05:13:33 -06:00
This PR corrects the change to `/_sass/search.scss` made in551398f
. This change tried to set the `padding-**top**` property to **two** values rather than set the `padding` property to these values (to represent the vertical and horizontal padding values). I just reviewed551398f
and believe that this should be the other half of the fix proposed by just-the-docs/just-the-docs#1104.