Cascader label can't be aligned to the left

Hi !

I wanted to know if I can align the label of a Cascader Component to the left please ?

Thanks :slight_smile:

ran into the same issue, ended up doing a custom css like
.retool-your_cascader_component_name span {
text-align:left!important
}
nothing else worked 4 me

Hi mate,

I finally used some custom CSS too...

Thanks for your answer :slight_smile:

Hi @sacha, there is a Feature Request for this. We'll be happy to update you here when there is any progress on the development of this feature. Until then, Custom CSS is the way. :slightly_smiling_face:

1 Like

Hi @Paulo , thanks for your answer !

You are welcome!