#the text occupies the whole screen when its long

1 messages · Page 1 of 1 (latest)

pliant fulcrum
#

how do i fix this? i cant remove the innerhtml otherwise it will show the <p> and <span> of the text

                    <p8g-data-unavailable [pTooltip]="course.description" [escape]="false"
                                          [tooltipDisabled]="course.description && course.description.length <= MAX_DESCRIPTION_LENGTH"
                                          [innerHTML]="course.description"
                                          [value]="this.evaluateLength(course.description)">
                    </p8g-data-unavailable>
                </td>
nocturne bridge
crude lantern
#

It is unclear what do you want to achieve