Make media dropdown wider

The media dropdown would sometimes contain options
with long text, which can't possibly fit in 200px.
(e.g. `Monitor of Built-in Audio Digital Stereo (HDMI)`)

Dedicating some more space resolves the problem.

Signed-off-by: Slavi Pantaleev <slavi@devture.com>
pull/6245/head
Slavi Pantaleev 2018-02-24 10:02:32 +02:00
parent 3bf04095b1
commit e73b7c973d
1 changed files with 2 additions and 2 deletions

View File

@ -135,8 +135,8 @@ limitations under the License.
width: 200px;
}
.mx_UserSettings_webRtcDevices_dropdown{
width: 200px;
.mx_UserSettings_webRtcDevices_dropdown {
width: 50%;
}
.mx_UserSettings_profileTable