Skip to content

Commit

Permalink
fix(pivotgrid): update settings item word-break
Browse files Browse the repository at this point in the history
  • Loading branch information
PreslavKozovski authored and joneff committed Oct 8, 2020
1 parent 4894654 commit 1721fb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/default/scss/pivotgrid/_layout.scss
Expand Up @@ -30,9 +30,10 @@
font-size: $font-size;
line-height: $button-line-height;
text-align: left;
white-space: normal;
word-break: break-word;
position: relative;
cursor: move;
white-space: normal;

.k-field-actions .k-setting-delete {
box-sizing: content-box;
Expand Down
3 changes: 2 additions & 1 deletion tests/visual/pivotconfigurator.html
Expand Up @@ -62,8 +62,9 @@
</span>
</li>
<li class="k-item k-header">
Column 2
Column2Longtexttest
<span class="k-field-actions">
<span class="k-icon k-i-sort-asc-sm"></span>
<span class="k-icon k-i-more-vertical k-setting-fieldmenu"></span>
<span class="k-icon k-i-close k-setting-delete"></span>
</span>
Expand Down

0 comments on commit 1721fb8

Please sign in to comment.