File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
samples/inputs/textarea/resize Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1313
1414 < body >
1515 < div id ="root ">
16- < div class ="container sample center ">
16+ < div class ="container sample ">
1717 < igc-textarea label ="Resize: none " resize ="none ">
1818 < p slot ="helper-text "> This textarea does not resize and uses a scroll bar to show overflow text.</ p >
1919 </ igc-textarea >
Original file line number Diff line number Diff line change 11/* shared styles are loaded from: */
2- /* https://static.infragistics.com/xplatform/css/samples */
2+ /* https://static.infragistics.com/xplatform/css/samples */
3+
4+ .container {
5+ display : flex;
6+ flex-direction : column;
7+ gap : 1rem ;
8+ }
Original file line number Diff line number Diff line change 11import { defineComponents , IgcTextareaComponent } from "igniteui-webcomponents" ;
22import "igniteui-webcomponents/themes/light/bootstrap.css" ;
3+ import "./index.css" ;
34
45defineComponents ( IgcTextareaComponent ) ;
56
You can’t perform that action at this time.
0 commit comments