Skip to content

Commit

Permalink
ENGCOM-1679: [Resolved : UI Component listing action column outside o…
Browse files Browse the repository at this point in the history
…f screen when… #15459
  • Loading branch information
VladimirZaets authored May 31, 2018
2 parents b9300d0 + 8c24f73 commit c800bbf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ body._in-resize {

th,
td {
font-size: @data-grid__font-size; // ToDo UI: Rewrite old styles. Should be deleted afterwards
font-size: @data-grid__font-size; // Rewrite old styles. Should be deleted afterwards
line-height: @line-height__base;
transition: @smooth__background-color;
vertical-align: top;
Expand Down Expand Up @@ -304,7 +304,7 @@ body._in-resize {
.action-menu {
left: auto;
min-width: 10rem;
right: auto;
right: 0;
text-align: left;
top: auto;
z-index: 1;
Expand Down

0 comments on commit c800bbf

Please sign in to comment.