diff --git a/src/components/Select/components/SelectPopup/SelectPopup.scss b/src/components/Select/components/SelectPopup/SelectPopup.scss index 616f63bea9..b9d01bbf94 100644 --- a/src/components/Select/components/SelectPopup/SelectPopup.scss +++ b/src/components/Select/components/SelectPopup/SelectPopup.scss @@ -148,6 +148,7 @@ $xl-hor-padding: '12px'; } &__tick-icon { + box-sizing: content-box; flex: 0 0 16px; margin-left: auto; visibility: hidden;