Skip to content

Commit 758b88a

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 3ad50c7 commit 758b88a

File tree

5 files changed

+221
-221
lines changed

5 files changed

+221
-221
lines changed

docs-aspnet-mvc/getting-started/nuget-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 3
1111

1212
Telerik maintains a NuGet Feed for registered users.
1313

14-
[NuGet](https://www.nuget.org) is a popular .NET package manager. Official releases, service packs and internal builds of UI for ASP.NET MVC are available for registered users.
14+
[NuGet](https://www.nuget.org) is a popular .NET package manager. Official releases and service packs of UI for ASP.NET MVC are available for registered users.
1515

1616
## The Telerik Private NuGet Feed
1717

docs/intro/installation/nuget-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 4
1212

1313
## Overview
1414

15-
NuGet package manager offers a number of Kendo UI packages. All official releases, service packs, and internal builds are available for registered users only.
15+
NuGet package manager offers a number of Kendo UI packages. All official releases and service packs are available for registered users only.
1616

1717
## Telerik Private NuGet Feed
1818

src/kendo.listbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ var __meta__ = { // jshint ignore:line
14151415
this.templates = {
14161416
tool: kendoTemplate(
14171417
"<li>" +
1418-
"<a href='\\\\#' class='k-button k-button-icon k-tool' data-command='#= command #' title='#= text #' aria-label='#= text #' role='button'>" +
1418+
"<a href='\\\\#' class='k-button k-button-icon' data-command='#= command #' title='#= text #' aria-label='#= text #' role='button'>" +
14191419
"<span class='k-icon #= iconClass #'></span>" +
14201420
"</a>" +
14211421
"</li>")

styles/web/common/button.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ input[type="reset"].k-button-expand
9393
width: calc(1.72em + (2*@button-padding-y) + 2px);
9494
padding: @button-padding-y calc(@button-padding-x/2);
9595
}
96+
.k-overflow-group .k-button-icon {
97+
width: auto;
98+
}
9699

97100
.k-toolbar .k-button-icontext
98101
{

0 commit comments

Comments
 (0)