fix: Small adjustments to create post form

This commit is contained in:
Jay Sitter 2023-06-21 00:20:05 -04:00
parent 7efbf8c69c
commit deed524a7f
3 changed files with 20 additions and 27 deletions

View file

@ -66,10 +66,9 @@ export class LanguageSelect extends Component<LanguageSelectProps, any> {
{i18n.t(this.props.multiple ? "language_plural" : "language")}
</label>
<div
className={classNames(
"input-group",
`col-sm-${this.props.multiple ? 9 : 10}`
)}
className={classNames(`col-sm-${this.props.multiple ? 9 : 10}`, {
"input-group": this.props.multiple,
})}
>
{this.selectBtn}
{this.props.multiple && (