Skip to content

Commit 21b4209

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-55856: Merchant can't see the whole name in Columns Dropdown on Data-Grid
1 parent a7bcac3 commit 21b4209

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Ui/view/base/web/templates/grid/controls

1 file changed

+3
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/controls/columns.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
disable="isDisabled($col())"
1717
ko-checked="$col().visible"
1818
attr="id: ++ko.uid"/>
19-
<label class="admin__field-label" text="$col().label" attr="for: ko.uid"/>
19+
<label class="admin__field-label"
20+
text="$col().label"
21+
attr="for: ko.uid, title: $col().label"/>
2022
</div>
2123
</div>
2224
<div class="admin__action-dropdown-menu-footer">

0 commit comments

Comments
 (0)