diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.html b/src/app/components/shared/questionwall/question-wall/question-wall.component.html index bd16c197e44e35881fc2e984ec2e3d70a3fe73a0..232a2b1c76b78dee532036ff0e28b23ae9e6eb37 100644 --- a/src/app/components/shared/questionwall/question-wall/question-wall.component.html +++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.html @@ -15,8 +15,10 @@ </ars-style-btn-material> </ars-row> <ars-fill ars-flex-box> - <ars-fill style="overflow:hidden;"> - <ars-row [overflow]="'auto'"> + <ars-fill style="overflow:hidden;" ars-flex-box> + <ars-fill> + </ars-fill> + <ars-row> <ng-container *ngIf="commentFocus"> <h2 class="questionwall-present-timestamp">{{commentFocus.timeAgo}}</h2> <p class="questionwall-present">{{commentFocus.comment.body}}</p> @@ -26,6 +28,8 @@ <p class="questionwall-present-introduction-desc">{{'question-wall.introduction-desc' | translate}}</p> </ng-container> </ars-row> + <ars-fill> + </ars-fill> </ars-fill> <ars-col [width]="450" [overflow]="'auto'" class="questionwall-list" #colComponent> <ars-row *ngFor="let comment of comments" class="questionwall-comment-anchor"> diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss index 055a7d2cc7e2196c83b3c1d205c61c22c0ef5f26..3275f99d781a65fc7770334c339c32cbbe5f0028 100644 --- a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss +++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss @@ -63,7 +63,7 @@ } &-present{ font-size:45px; - padding:16px 32px 0 32px; + padding:16px 32px 16px 32px; color:var(--ars-header-color); word-break:break-word; &-timestamp{