Merge pull request #4011 from shockey/master

Add max-width to servers select element
This commit is contained in:
kyle
2017-12-08 20:28:36 -08:00
committed by GitHub

View File

@@ -11,6 +11,7 @@
select
{
min-width: 130px;
max-width: 100%;
}
}