Skip to content

Commit

Permalink
fix: long content in item body overflows
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed Feb 11, 2021
1 parent bbcb735 commit cbcbd98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/default/scss/tilelayout/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
}
}

.k-tilelayout-item-body {
min-height: 0;
}

}

0 comments on commit cbcbd98

Please sign in to comment.