]> Untitled Git - lemmy-ui.git/commitdiff
Merge branch 'main' into breakout-role-utils
authorAlec Armbruster <35377827+alectrocute@users.noreply.github.com>
Tue, 20 Jun 2023 01:49:01 +0000 (21:49 -0400)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2023 01:49:01 +0000 (21:49 -0400)
lemmy-translations
src/shared/components/common/language-select.tsx

index c9a07885f35cf334d3cf167cb57587a8177fc3fb..7fc71d0860bbe5c6d620ec27112350ffe5b9229c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit c9a07885f35cf334d3cf167cb57587a8177fc3fb
+Subproject commit 7fc71d0860bbe5c6d620ec27112350ffe5b9229c
index 09e9c968dbf89c524409fff573b165dc920bb475..e80c345ec02c76c985c5b4163e5f0530791e448b 100644 (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)}