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 538c1b893203f0efbc90dc9d36e653e9a6fb4518..2313b826c9459ac006b868ef7ed87b6f21f9a017 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>