resize events in day view

Is there any way to resize an event’s width in day view?

I am trying to add a 4px right border to each event, but as the element end very close to the display’s witdh, the border is only about 1px thick.

You can increase eventOffset property. Please try 10 for example:

$$(“scheduler”).$$(“dayList”).config.eventOffset = 10;