Hi how to change tag width in the record list (so that all tags in the list must look with the same width) currently the width of the tag is depending on the text, please help me
Hello @praveen
You can do it by overriding the style of Tag
Here am adding some example regarding the width
.tag { min-width: 200px; }
You can set this width according to ur requirement
so the result will be something like this
I hope this helps you
Thank you Srinivas, it worked fine