Results 8 comments of Rıdvan

Hi @Stefei , You can manipulate it your side like: ```html Long Label 1: Lorem ipsum dolor sit amet, consetetur sadipscing elitr Long Label 2: Lorem ipsum dolor sit amet,...

I think, this is related ix-icon component that is an another library. I think loadIconContent should be called in other lifecycle **componentDidLoad**() should be used: ![image](https://github.com/siemens/ix/assets/15720132/2421bd2d-4198-4346-859e-1b1cde85bcad) instead ![image](https://github.com/siemens/ix/assets/15720132/680b5b76-c088-4934-aca9-750efaff6abc)

it looks like: ![image](https://github.com/siemens/ix/assets/15720132/87cbcaff-8b52-455e-989a-7c8f7fec01c4) it seems normal After update it like: ![image](https://github.com/siemens/ix/assets/15720132/dc8bb433-aeb1-4a0b-8706-10bb4d2ec231)

Hi @muratayik , Maybe you can use this workaround solution, ```html A long asset name that does not fit to blind header ``` And the result will be like: ![image](https://github.com/siemens/ix/assets/15720132/bc6eb378-f832-410e-a8a3-74ffc38e6ae3)

Hi @danielleroux , It is working like a charm. many thanks

If it is blocker for you, you might be use this work around solution. https://stackblitz.com/~/edit/xnfrdi-633peu in here, max-height: **calc(80vh -120px)** **80vh**: max-height of modal. **120px:** header height + footer height...

you can try this. @vipinmahajan02 ` Navigate to Home Home `

I think this is an expected behavior if you want to manage background you can have a look https://stackblitz.com/~/edit/xnfrdi-qu2sx2