Skip to content

Commit e9093a5

Browse files
authored
Fix language dropdown margin left (#9048)
1 parent 62e1a11 commit e9093a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/public/stream/side-panel.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<span class="ml-2">{{stream.name}}</span>
6767
{{#if (eq index 0)}}
6868
{{#if (gt this.translationChannels.length 1)}}
69-
<div style="display:inline-block;margin-left:50px">
69+
<div style="display:inline-block;margin-left:auto">
7070
<div class="translation-dropdown-button translation-dropdown-container ">
7171
<UiDropdown class="btn btn-secondary dropdown-toggle"
7272
@onChange={{ action "switchLanguage"}}>

0 commit comments

Comments
 (0)