Skip to main content
13-Aquamarine
June 9, 2023
Question

How to apply custom CSS on highlighted part (Oval-container) in data filter, which I mention below?

  • June 9, 2023
  • 1 reply
  • 2022 views

Hrishab108_0-1686328667962.png
                                                                ⬆️

                                                         
I want to decrease the width of created_dts this container.

 

 

 

 

 

 

1 reply

19-Tanzanite
June 12, 2023

Hi @Hrishabh.Sharma 

 

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

13-Aquamarine
June 12, 2023

Hi @Velkumar,

Thanks for this.

But This is not Working for me.

BR,
Hrishabh Sharma