Skip to content
Snippets Groups Projects
  • Kevin Lin's avatar
    2691ff8a
    Fix incorrect `padding` property value pair in `search.scss` (#1123) · 2691ff8a
    Kevin Lin authored
    This PR corrects the change to `/_sass/search.scss` made in 551398f9. 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 reviewed 551398f9 and believe that this should be the other half of the fix proposed by just-the-docs/just-the-docs#1104.
    2691ff8a
    History
    Fix incorrect `padding` property value pair in `search.scss` (#1123)
    Kevin Lin authored
    This PR corrects the change to `/_sass/search.scss` made in 551398f9. 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 reviewed 551398f9 and believe that this should be the other half of the fix proposed by just-the-docs/just-the-docs#1104.