Merge pull request #4266 from MTRNord/patch-2

Add missing VOIP Dropdown width
t3chguy/electron_tray_weirdness
Matthew Hodgson 2017-06-11 00:40:32 +01:00 committed by GitHub
commit c34bc2d946
1 changed files with 4 additions and 0 deletions

View File

@ -135,6 +135,10 @@ limitations under the License.
width: 200px;
}
.mx_UserSettings_webRtcDevices_dropdown{
width: 200px;
}
.mx_UserSettings_profileTable
{
display: table;