Skip to content

Commit

Permalink
fix(popover): remove padding from popover
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Sep 10, 2021
1 parent fbdde90 commit 9bcd287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/popover/_layout.scss
Expand Up @@ -3,6 +3,7 @@
// Popover
.k-popover {
@include border-radius( $popover-border-radius );
padding: 0;
border-width: $popover-border-width;
border-style: $popover-border-style;
box-sizing: border-box;
Expand Down

0 comments on commit 9bcd287

Please sign in to comment.