Skip to content

Commit

Permalink
fix: incorrect behavior of autofitting in IE and Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed Feb 15, 2021
1 parent 9d6b767 commit 1ac6348
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/default/scss/grid/_layout.scss
Expand Up @@ -1356,6 +1356,12 @@
.k-detail-row {
display: none !important;
}

input.k-input,
span.k-input,
input.k-textbox {
width: 0 !important;
}
}

}
Expand Down

0 comments on commit 1ac6348

Please sign in to comment.