Skip to content

Commit d635471

Browse files
committed
fix(text-area): add gap to resize sample
1 parent 5feefc1 commit d635471

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

samples/inputs/textarea/resize/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
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+
}

samples/inputs/textarea/resize/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { defineComponents, IgcTextareaComponent } from "igniteui-webcomponents";
22
import "igniteui-webcomponents/themes/light/bootstrap.css";
3+
import "./index.css";
34

45
defineComponents(IgcTextareaComponent);
56

0 commit comments

Comments
 (0)