From 4df8cb5824b9bfd55537f01046dbc6754d419754 Mon Sep 17 00:00:00 2001 From: Lukas Haase <lukas.haase@mni.thm.de> Date: Mon, 18 May 2020 16:44:38 +0200 Subject: [PATCH] change questionwall filter height from 45 to 50 --- .../questionwall/question-wall/question-wall.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 538c1b893..2313b826c 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 @@ -66,7 +66,7 @@ <ars-col ars-flex-box [width]="450" class="questionwall-list" #colComponent> <ars-row> - <ars-row *ngIf="hasFilter" class="questionwall-list-border-bottom" [height]="45"> + <ars-row *ngIf="hasFilter" class="questionwall-list-border-bottom" [height]="50"> <ars-style-btn-material style="width:100%;height:100%;" ars-flex-box> <ars-col ars-btn-wrp [xp]="48"> <button ars-btn matRipple><i>{{filterIcon}}</i><p>{{filterTitle | translate}} {{filterDesc}}</p></button> -- GitLab