Skip to content

Commit 8399b3a

Browse files
Remove extra spaces
Co-Authored-By: youda97 <[email protected]>
1 parent fc3fde6 commit 8399b3a

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
@@ -5,7 +5,7 @@ import { Component, Input } from "@angular/core";
55
template: `
66
<div class="bx--form-item">
77
<div
8-
[ngClass]="{ 'bx--select--inline': inlineSelect }"
8+
[ngClass]="{'bx--select--inline': inlineSelect}"
99
class="bx--select">
1010
<label [attr.for]="id" class="bx--label">{{label}}</label>
1111
<select [attr.id]="id" class="bx--select-input">

0 commit comments

Comments
 (0)