Hi Arrash,
We have checked your
reported query with your shared files. We suggest you set the rowAutoHeight
property to true and refer to the styles below that have been used in your
application to resolve the issue mentioned. Refer to the shared sample for your
reference. Kindly try it out
[app.component.css]
|
.schedule-event-template.e-schedule
.e-vertical-view
.e-content-wrap
.e-appointment {
border: solid grey 1px;
border-radius: 8px;
background: white;
}
.schedule-event-template.e-schedule .template-wrap .subject {
font-weight: 600;
font-size: 15px;
color: black;
}
.schedule-event-template.e-schedule .template-wrap .time {
font-size: 12px;
padding: 4px;
color: black;
}
.schedule-event-template.e-schedule .template-wrap .description {
font-size: 12px;
padding: 4px;
color: black;
}
.schedule-event-template.e-schedule .template-wrap .footer {
padding: 4px;
color: black;
}
.schedule-event-template.e-schedule .e-appointment {
height: 120px !important;
}
|
Sample Link: Xxedsp
(forked) - StackBlitz
please get back to
us if you need any further assistance
Regards,
Vijay