From e73b7c973d08be735450c5c1ed6b5804058d58ea Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 24 Feb 2018 10:02:32 +0200 Subject: [PATCH] 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 --- .../vector/css/matrix-react-sdk/structures/_UserSettings.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss b/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss index f6341dd6cd..4830814e4f 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss @@ -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