Skip to content

Commit 0961933

Browse files
authored
Merge pull request element-hq#6245 from spantaleev/wider-media-dropdown
Make media dropdown wider
2 parents aeb423c + e73b7c9 commit 0961933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ limitations under the License.
135135
width: 200px;
136136
}
137137

138-
.mx_UserSettings_webRtcDevices_dropdown{
139-
width: 200px;
138+
.mx_UserSettings_webRtcDevices_dropdown {
139+
width: 50%;
140140
}
141141

142142
.mx_UserSettings_profileTable

0 commit comments

Comments
 (0)