I divided page into 2 parts which I have done it using 'w-50' bootstrap(4) css class.
All page items(components) are already created and designed and they work as expected except the text(Lorem impsum dolor sit amet) which should be truncated based on available space.
I have listed the type of components marked orange in uploaded image. select -> span -> img(star in this case) -> div(fixed size)
When all the other elements select, img(star), div(fixed) takes their respective widths, we have to truncate our span(lorem ipsum).
Could you please provide any solution or suggest a topic which should be investigated to archive the result expected?
JSFiddle: https://jsfiddle.net/AEMLoviji/umf6nzL3/6/
