Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
I want to decrease the width of created_dts this container.
Please add below custom CSS code to the mashup and update widget custom css property value with class name
.ovalContainerWidth ptcs-chip-data-filter::part(oval-container)
{
width : 80px
}
/VR
Hi @Velkumar,
Thanks for this.
But This is not Working for me.
BR,
Hrishabh Sharma
Its is working for you?
Yes, it is working for me.
Sorry there was a typo in my previous code, below is the updated one (filer -> filter)
.ovalContainerWidth ptcs-chip-data-filter::part(oval-container)
{
width : 80px
}
With CSS:
Without CSS :
/VR
Hi, @Velkumar
Still is not working for me.
I don't know why.
Is it issue of the thingWorx version?
Thanks your time.
BR
Hrishabh
I'm using Thingworx 9.3.3
Could you please tell Thingworx version so that I can test it
/VR