mirror of https://github.com/vector-im/riot-web
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
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…
Reference in New Issue