Skip to content

Commit 9aab5f2

Browse files
committed
fix: Group tiles using fieldset
Signed-off-by: Akshat Patel <[email protected]>
1 parent 61a6a0f commit 9aab5f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tiles/tile-group.component.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ import { takeUntil } from "rxjs/operators";
1717

1818
@Component({
1919
selector: "ibm-tile-group",
20-
template: `<ng-content select="ibm-selection-tile"></ng-content>`,
20+
template: `
21+
<fieldset>
22+
<ng-content select="ibm-selection-tile"></ng-content>
23+
</fieldset>`,
2124
providers: [
2225
{
2326
provide: NG_VALUE_ACCESSOR,

0 commit comments

Comments
 (0)