Skip to content

Commit 3a5888c

Browse files
authored
* chore: release 1.3.11 * fix: issue #2301 fix * fix: #2036
1 parent 51156ae commit 3a5888c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/ideation/components/add-idea/add-idea.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<div class="content_description" translate="COMPONENTS.ADD_IDEA.TOOLTIP_ANONYMOUS_DESCRIPTION"></div>
4848
</div>
4949
</div>
50-
<button class="form_header_expand_button" (click)="toggleExpand = !toggleExpand"
50+
<button class="form_header_expand_button mobile_hidden" (click)="toggleExpand = !toggleExpand"
5151
[attr.aria-expanded]="toggleExpand">
5252
<svg class="form_header_expand_icon" [ngClass]="{ rotated: toggleExpand }" width="24" height="24"
5353
viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -282,7 +282,7 @@
282282
</ng-container>
283283
</div>
284284

285-
<div>
285+
<div id="idea_description">
286286
<textarea cosmarkdown name="description" formControlName="description"
287287
cosmarkdowntranslatecharacterstatuskey="COMPONENTS.ADD_IDEA.IDEA_TYPE_CHARACTER_LIMIT" id="idea_description"
288288
[(item)]="description" class="gray_borders" (itemChange)="updateText($event)"

src/app/ideation/components/add-idea/add-idea.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
flex: 1 1 auto;
213213
height: calc(100vh - 200px);
214214

215-
> div:not(.form_header) {
215+
#idea_description {
216216
flex: 1 1 auto;
217217
display: flex;
218218
flex-direction: column;

0 commit comments

Comments
 (0)