Skip to content

Commit

Permalink
fix(grid): replace hardcoded vertical border width
Browse files Browse the repository at this point in the history
  • Loading branch information
PaskalevStoyan authored and joneff committed Sep 20, 2021
1 parent 4c5f70c commit e4a3c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/grid/_layout.scss
Expand Up @@ -555,7 +555,7 @@
.k-grid-footer-wrap {
margin-right: -1px;
width: 100%;
border-width: 0 1px 0 0;
border-width: 0 $grid-cell-vertical-border-width 0 0;
border-style: solid;
border-color: inherit;
position: relative;
Expand Down

0 comments on commit e4a3c13

Please sign in to comment.