Increased the width of the query list container to take account of scrollbars

pull/2134/head
wmwragg 2016-09-09 11:42:57 +01:00
parent 8376f0d75a
commit bfa59c6c04
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ limitations under the License.
.mx_ChatInviteDialog_queryList {
position: absolute;
background-color: #fff;
width: 470px;
width: 485px;
max-height: 116px;
overflow-y: scroll;
border-radius: 3px;