File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/app/ideation/components/add-idea Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ">
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) "
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments