[FIX] max width should prevent dialog box edge overflow issues like https://github.com/jitsi/jitsi-meet/issues/335#issuecomment-181140567

This commit is contained in:
luciash d' being 2016-02-29 14:03:05 +01:00
parent 8c2e698dec
commit 6f3bc4fcc4
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ div.jqi{
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
max-width: 100%;
padding: 7px;
}
div.jqi .jqicontainer{