We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a66a7 commit 798a508Copy full SHA for 798a508
samples/inputs/textarea/resize/src/index.css
@@ -1,2 +1,8 @@
1
/* shared styles are loaded from: */
2
-/* https://static.infragistics.com/xplatform/css/samples */
+/* https://static.infragistics.com/xplatform/css/samples */
3
+
4
+.container {
5
+ display: flex;
6
+ flex-direction: column;
7
+ gap: 1rem;
8
+}
samples/inputs/textarea/resize/src/index.tsx
@@ -7,7 +7,7 @@ import 'igniteui-webcomponents/themes/light/bootstrap.css';
export default function TextAreaResize() {
9
return (
10
- <div className="sample">
+ <div className="sample container">
11
<IgrTextarea label="Resize: none" resize="none">
12
<p slot="helper-text">This textarea does not resize and uses a scroll bar to show overflow text.</p>
13
</IgrTextarea>
0 commit comments