mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-19 12:41:24 +02:00
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>
This commit is contained in:
parent
3bf04095b1
commit
e73b7c973d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user