File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
samples/inputs/textarea/resize Expand file tree Collapse file tree 3 files changed +7
-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 gap ">
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+ .gap {
5+ gap : 16px ;
6+ }
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