Skip to content

Commit

Permalink
Make media dropdown wider
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
spantaleev committed Feb 24, 2018
1 parent 3bf0409 commit e73b7c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e73b7c9

Please sign in to comment.