File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 416416 padding : 6px 8px ;
417417 box-sizing : border-box ;
418418 margin : 0 ;
419- white-space : pre ;
420- overflow-wrap : normal ;
421- word-break : normal ;
419+ white-space : pre-wrap ;
420+ overflow-wrap : break-word ;
421+ word-break : break-word ;
422422}
423423
424424#custom-snippets-add-new {
563563 textarea {
564564 min-height : 100px ;
565565 max-height : 180px ;
566- resize : vertical ;
566+ resize : none !important ;
567567 line-height : 1.4 ;
568- white-space : pre ;
569- overflow-wrap : normal ;
570- word-break : normal ;
568+ white-space : pre-wrap ;
569+ overflow-wrap : break-word ;
570+ word-break : break-word ;
571571 }
572572 }
573573
793793 textarea {
794794 min-height : 100px ;
795795 max-height : 180px ;
796- resize : vertical ;
796+ resize : none !important ;
797797 line-height : 1.4 ;
798- white-space : pre ;
799- overflow-wrap : normal ;
800- word-break : normal ;
798+ white-space : pre-wrap ;
799+ overflow-wrap : break-word ;
800+ word-break : break-word ;
801801 }
802802 }
803803
You can’t perform that action at this time.
0 commit comments