Skip to content

Commit 44220c2

Browse files
author
anastasiia_glushkova
committed
fix(angular): fix cat-scrollable in angular demo
1 parent a3843c5 commit 44220c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/projects/catalyst-demo/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h1>new datetime picker</h1>
115115
</cat-radio>
116116
<cat-checkbox label="Label 1" [required]="true" requiredMarker="required"> </cat-checkbox>
117117
<cat-checkbox label="Label 2" requiredMarker="optional"> </cat-checkbox>
118-
<cat-scrollable>abxcasds</cat-scrollable>
118+
<cat-scrollable style="width: 600px; height: 100px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ips</cat-scrollable>
119119

120120
<cat-tag hint="this is a hint"><div slot="label">TEST SLOTTED LABEL</div></cat-tag>
121121
<cat-tag label="This is my tag select with values" [value]="['1', '2', '3']" (catChange)="logChanges($event)">

0 commit comments

Comments
 (0)