Skip to content

Commit f1d1480

Browse files
committed
Remove extra spaces
1 parent 86ffa9c commit f1d1480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select/select.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { ControlValueAccessor, NG_VALUE_ACCESSOR } from "@angular/forms";
2929
template: `
3030
<div class="bx--form-item">
3131
<div
32-
[ngClass]="{ 'bx--select--inline': display === 'inline' }"
32+
[ngClass]="{'bx--select--inline': display === 'inline'}"
3333
class="bx--select">
3434
<label [attr.for]="id" class="bx--label">{{label}}</label>
3535
<select

0 commit comments

Comments
 (0)