Skip to content

Commit 8a293b0

Browse files
authored
Merge pull request #59 from raccoongang/buhaienko/fix/duplicated-from-control-class
fix: form-control class in the MasqueradeWidget component
2 parents 29fd998 + 4c11734 commit 8a293b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class MasqueradeWidget extends Component {
135135
<span className="col-auto col-form-label pl-3" id="masquerade-search-label">{`${specificLearnerInputText}:`}</span>
136136
<MasqueradeUserNameInput
137137
id="masquerade-search"
138-
className="col-4 form-control"
138+
className="col-4 px-2"
139139
autoFocus={autoFocus}
140140
defaultValue={masqueradeUsername}
141141
onError={(errorMessage) => this.onError(errorMessage)}

0 commit comments

Comments
 (0)