Skip to content

Commit

Permalink
fix(list): empty sticky header has a wrong height
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and Juveniel committed Jun 13, 2023
1 parent 0a9a5ed commit 23561d4
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/list/_layout.scss
Expand Up @@ -113,6 +113,7 @@
}
}
.k-list-item-text,
.k-list-header-text,
.k-list-optionlabel {
&::before {
content: "\200b";
Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/list/_layout.scss
Expand Up @@ -116,6 +116,7 @@
}
}
.k-list-item-text,
.k-list-header-text,
.k-list-optionlabel {
&::before {
content: "\200b";
Expand Down

0 comments on commit 23561d4

Please sign in to comment.