Skip to content

Commit

Permalink
fix: update styles in masqueradenameinput
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Dec 19, 2023
1 parent cb27ea0 commit ee782ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class MasqueradeWidget extends Component {
<span className="col-auto col-form-label pl-3" id="masquerade-search-label">{`${specificLearnerInputText}:`}</span>
<MasqueradeUserNameInput
id="masquerade-search"
className="col-4 form-control"
className="col-4"
autoFocus={autoFocus}
defaultValue={masqueradeUsername}
onError={(errorMessage) => this.onError(errorMessage)}
Expand Down

0 comments on commit ee782ec

Please sign in to comment.