Skip to content

Commit

Permalink
NEXT-17610 - Long names in Drop-down menus is not displayed properly …
Browse files Browse the repository at this point in the history
…in sales channel settings
  • Loading branch information
ThuVo241 committed Feb 22, 2023
1 parent 3e03f89 commit 89a861c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Long names in Drop-down menus is not displayed properly in sales channel settings
issue: NEXT-17610
---
# Administration
* Styled `sw-entity-single-select__selection` in `administration/src/app/component/form/select/entity/sw-entity-single-select/sw-entity-single-select.scss` when selection field have the long text.

Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@
padding: 4px 8px;
}
}

&__selection {
display: flex;
align-items: center;
padding-right: 48px;
}
}

0 comments on commit 89a861c

Please sign in to comment.