Skip to content

Commit d8615ab

Browse files
committed
fix: view title, and textarea readOnly
1 parent 7be89a3 commit d8615ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/angular-sdk-components/src/lib/_components/infra/view/view.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class ViewComponent implements OnInit, OnDestroy, OnChanges {
8787
templateName$: string;
8888
title$ = '';
8989
label$ = '';
90-
showLabel$ = true;
90+
showLabel$ = false;
9191
visibility$ = true;
9292

9393
constructor(

packages/angular-sdk-components/src/lib/_components/template/field-value-list/field-value-list.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
font-size: 1.25rem;
1616
}
1717
.psdk-val-labels-left {
18+
white-space: break-spaces;
1819
}

0 commit comments

Comments
 (0)