Skip to content

Commit c800bbf

Browse files
ENGCOM-1679: [Resolved : UI Component listing action column outside of screen when… #15459
2 parents b9300d0 + 8c24f73 commit c800bbf

File tree

1 file changed

+2
-2
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module

1 file changed

+2
-2
lines changed

app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/_data-grid.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ body._in-resize {
236236

237237
th,
238238
td {
239-
font-size: @data-grid__font-size; // ToDo UI: Rewrite old styles. Should be deleted afterwards
239+
font-size: @data-grid__font-size; // Rewrite old styles. Should be deleted afterwards
240240
line-height: @line-height__base;
241241
transition: @smooth__background-color;
242242
vertical-align: top;
@@ -304,7 +304,7 @@ body._in-resize {
304304
.action-menu {
305305
left: auto;
306306
min-width: 10rem;
307-
right: auto;
307+
right: 0;
308308
text-align: left;
309309
top: auto;
310310
z-index: 1;

0 commit comments

Comments
 (0)