Add max-width to servers select element

This commit is contained in:
Kyle Shockey
2017-12-08 20:18:03 -08:00
parent 832f5e4d30
commit 99d35e06ca

View File

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