Skip to content

Commit c7df027

Browse files
committed
Updata template
1 parent 79aaadb commit c7df027

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/select/select.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import { Component, Input } from "@angular/core";
44
selector: "ibm-select",
55
template: `
66
<div class="bx--form-item">
7-
<div class="bx--select"
8-
[ngClass]="{ 'bx--select--inline': inlineSelect }">
7+
<div
8+
[ngClass]="{ 'bx--select--inline': inlineSelect }"
9+
class="bx--select">
910
<label [attr.for]="id" class="bx--label">{{label}}</label>
1011
<select [attr.id]="id" class="bx--select-input">
1112
<ng-content></ng-content>

0 commit comments

Comments
 (0)