You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Surroundings-picker pill polish per merchant feedback:
Removed line-height: 1 from the scoped remove-× rule so the × is no longer cropped vertically (was overriding the natural pill line-height).
Neutralised Select2 v4.1.0-rc.0's default border-right: 1px solid #aaa on .select2-selection__choice__remove — the ugly faux-separator between × and pill text is gone.
Bumped the choice's padding-left to 20px !important so the × has visible breathing room from the pill's left edge.
Headless-verified the three computed values before tagging (paddingLeft: 20px, borderRight: 0px none, lineHeight: normal).