Skip to content

Commit

Permalink
fix: add display flex to listview
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov authored and Juveniel committed Apr 26, 2024
1 parent 559fdc9 commit d7d6a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/listview/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
font-family: $kendo-listview-font-family;
font-size: $kendo-listview-font-size;
line-height: $kendo-listview-line-height;
display: flex;
flex-flow: column nowrap;
position: relative;
-webkit-touch-callout: none;
Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/listview/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
font-family: var( --kendo-listview-font-family, #{$kendo-listview-font-family} );
font-size: var( --kendo-listview-font-size, #{$kendo-listview-font-size} );
line-height: var( --kendo-listview-line-height, #{$kendo-listview-line-height} );
display: flex;
flex-flow: column nowrap;
position: relative;
-webkit-touch-callout: none;
Expand Down

0 comments on commit d7d6a66

Please sign in to comment.