Skip to content

VSCE: Fix Card and input styles

Administrator requested to merge bee/vsce-search-ui-fix-css into tjk/vsce-search-ui

Created by: abeatrix

The card stylesheet has been removed from the branded/global-styles folder in main, and the form-group style has been updated to use line-height that is not working in VS Code.

Before this PR, the card style is missing and the input field is using line-height of 26: Screen Shot 2022-03-15 at 3 38 28 PM Screen Shot 2022-03-15 at 3 38 36 PM Screen Shot 2022-03-15 at 3 53 15 PM

This PR adds padding of 0.5rem to all input and form-control class, and imported the removed card style to fix this issue temporary:

Screen Shot 2022-03-15 at 3 38 02 PM Screen Shot 2022-03-15 at 3 38 09 PM

Test plan

N/A

Merge request reports

Loading