Web:Clients:Pages:Wizard Fixed text overflow in the time zone drop-down menu

This commit is contained in:
Akmal Isomadinov 2023-03-28 15:30:44 +05:00
parent 16b683e42e
commit ee70de4bc6

View File

@ -407,6 +407,7 @@ const Wizard = (props) => {
{t("Timezone")}
</Text>
<ComboBox
textOverflow
withoutPadding
directionY="both"
options={timezones}