Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit cd52497

Browse files
authored
Merge pull request #62 from formio/tabs-style
Fix(Tabs) : add border for tabs content
2 parents 3c78983 + e2b79e5 commit cd52497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular-material-formio/src/lib/components/tabs/tabs.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import TabsComponent from 'formiojs/components/tabs/Tabs.js';
77
template: `
88
<mat-tab-group>
99
<mat-tab *ngFor="let tab of instance.component.components" [label]="tab.label">
10-
<div fxLayout="column" fxLayoutGap="1em">
10+
<div fxLayout="column" fxLayoutGap="1em" style="border: 1px dotted rgba(0, 0, 0, 0.125)">
1111
<ng-template #components></ng-template>
1212
</div>
1313
</mat-tab>

0 commit comments

Comments
 (0)