Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix(value-list-item): removed redundant padding. (#456).
Browse files Browse the repository at this point in the history
  • Loading branch information
asangma committed Oct 24, 2019
1 parent 37acb1e commit 58fe3c0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
calcite-pick-list-item {
border-radius: var(--calcite-app-border-radius);
box-shadow: none;
padding-top: var(--calcite-app-side-spacing-three-quarters);
padding-bottom: var(--calcite-app-side-spacing-three-quarters);
position: relative;
margin: 0 0 var(--calcite-app-cap-spacing-eighth) 0;
transition: background-color var(--calcite-app-animation-time-fast) var(--calcite-app-easing-function),
Expand Down

0 comments on commit 58fe3c0

Please sign in to comment.