Describe the bug
The content of the collapsed dropdown is not displayed centered, there is a padding included on the right:


displayValue: ( <DxcDropdown options={options} onSelectOption={(option) => item.onClickOption(option)} iconSrc={more_horiz} caretHidden={true} theme="dark" ></DxcDropdown> ),
To Reproduce
See code above.
Expected behavior
Should be displayed centered.
Screenshots
See above
Additional context
Add labels
"@dxc-technology/halstack-react": "^3.3.0",