The "Actions on selected rows…" button on list view is out of alignment in IE 11DescriptionThe UI Action "Actions on selected rows…" button on list view is not properly aligned in IE 11. Steps to Reproduce Open your test instance in IE11.Import the ITG_Block_View_My_Documents XML Update Set attached to this problem into your test instance to create a CMS page.2. Edit the newly created page.Remove the block ITG_Block_Non_L1/L2_Pages and replace it with an out of the box widget "filter > incident ….".Observe the "Actions on selected rows…" button is out of alignment.WorkaroundAfter carefully considering the severity and frequency of the issue, and the cost and risk of attempting a fix, it has been decided to not address this issue in any current or near future releases. We do not make this decision lightly, and we apologize for any inconvenience. You can submit an Enhancement Request from the Self-Service portal on HI, and Subscribe to this article for future updates. The issue does not occur on other browsers. Inspecting the CSS style property button through the developer tool, removing the directive below alleviates the issue on the IE11 page loaded:element.style { display: inline-flex;}Related Problem: PRB949238