We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d189bf commit 0ae3419Copy full SHA for 0ae3419
packages/default/scss/action-sheet/_layout.scss
@@ -253,7 +253,7 @@
253
}
254
255
.k-actionsheet-filter {
256
- width: calc( min(100%, calc( 360px - calc( #{$kendo-adaptive-actionsheet-titlebar-padding-x} * 2 )) ) );
+ width: calc( 360px - #{$kendo-adaptive-actionsheet-titlebar-padding-x} * 2 );
257
258
.k-actionsheet-content,
259
.k-actionsheet-footer {
packages/fluent/scss/action-sheet/_layout.scss
@@ -283,7 +283,7 @@
283
284
285
286
- width: calc( min(100%, calc( 360px - calc( #{$kendo-adaptive-actionsheet-header-padding-x} * 2 ) ) ) );
+ width: calc( 360px - #{$kendo-adaptive-actionsheet-header-padding-x} * 2 );
287
288
289
0 commit comments