Hi !
I wanted to know if I can align the label of a Cascader Component to the left please ?
Thanks
Hi !
I wanted to know if I can align the label of a Cascader Component to the left please ?
Thanks
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
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.
Hi @Paulo , thanks for your answer !
You are welcome!