Merge branch 'breakout-role-utils' of https://github.com/alectrocute/lemmy-ui into breakout-role-utils

This commit is contained in:
Alec Armbruster 2023-06-20 10:17:29 -04:00
commit b874eaa38d
No known key found for this signature in database
GPG Key ID: 52BC7C84E960FD1B
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit c9a07885f35cf334d3cf167cb57587a8177fc3fb
Subproject commit 7fc71d0860bbe5c6d620ec27112350ffe5b9229c

View File

@ -100,8 +100,8 @@ export class LanguageSelect extends Component<LanguageSelectProps, any> {
return (
<select
className={classNames("lang-select-action", {
"form-control custom-select": !this.props.iconVersion,
className={classNames("lang-select-action custom-select w-auto", {
"form-control": !this.props.iconVersion,
})}
id={this.id}
onChange={linkEvent(this, this.handleLanguageChange)}