Can't align text to the center of Dropdown - bug?

I have several Dropdown’s on my bubble app and I have noticed that none of the content/text contained inside the drop downs are aligned in the centre as set in the style properties.

I have checked the app on Chrome, Edge (desktops) and Safari (mobile) and all appear to be behaving the same (aligned to the left).

Does anyone know if this might be a bug in Bubble?

1 Like

Try to use style like
Select {
text-align-last:center;
}

It works fine in all browsers.

Thanks. Is this using the HTML element?

I’ll see if it does the job for the drop downs.

Thanks mate.

yes use HTML element

cheers :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.