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 d635471 commit 6142da5Copy full SHA for 6142da5
samples/inputs/textarea/resize/index.html
@@ -13,7 +13,7 @@
13
14
<body>
15
<div id="root">
16
- <div class="container sample gap">
+ <div class="container sample">
17
<igc-textarea label="Resize: none" resize="none">
18
<p slot="helper-text">This textarea does not resize and uses a scroll bar to show overflow text.</p>
19
</igc-textarea>
samples/inputs/textarea/resize/src/index.css
@@ -1,6 +1,8 @@
1
/* shared styles are loaded from: */
2
/* https://static.infragistics.com/xplatform/css/samples */
3
4
-.gap {
5
- gap: 16px;
+.container {
+ display: flex;
6
+ flex-direction: column;
7
+ gap: 1rem;
8
}
0 commit comments