Skip to content

Commit

Permalink
ENGCOM-4385: Fix long string display horizontal scroll in all pages i…
Browse files Browse the repository at this point in the history
…n admin #21468
  • Loading branch information
sidolov authored Mar 15, 2019
2 parents f8cb374 + 6bbbaab commit 223f67f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@
color: @page-title__color;
font-size: @page-title__font-size;
margin-bottom: 0;
word-break: break-all;
}
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
}

.action-menu {
max-height: 3.85rem * @data-grid-search-control-action-menu-item__quantity; // ToDo UI: change static item height
max-height: 3.85rem * @data-grid-search-control-action-menu-item__quantity; // @todo: change static item height
overflow-y: auto;
z-index: @data-grid-search-menu__z-index;
}
Expand Down Expand Up @@ -354,6 +354,7 @@

.admin__current-filters-list-wrap {
width: 100%;
word-break: break-all;
}

.admin__current-filters-list {
Expand Down

0 comments on commit 223f67f

Please sign in to comment.