We use the Bubble in the scheduler component. Unfortunately, the content in the bubble, on the right side of the screen in the scheduler, is pushed to the next line / down.
It is not possible to specify a minimum width because the content is dynamic.
The documentation states that the width="0" can be applied to make the bubble automatically adjust to the width of the content.
Where should we put this in an Angular project?
This is our code for the bubble:
bubble: new DayPilot.Bubble({
theme: "s bubble",
animated: false,
})
Or should we solve this in another way?
I'm looking forward to your response. Thanks in advance.