@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
20 lines (17 loc) • 336 B
text/less
// Floating label
.k-textbox-container,
.k-floating-label-container {
> .k-textarea {
flex: 1 1 auto;
width: auto;
}
}
// TODO: Remove once we drop IE support
.k-ie {
.k-textarea > .k-input {
background-clip: border-box;
}
textarea.k-textarea {
background-clip: border-box;
}
}