Prevent network dropdown resizing slightly

Dropdown resized by 2px when opened
This commit is contained in:
David Baker 2016-09-29 16:49:44 +01:00
parent 65f14c7d21
commit b652ea5024

View File

@ -54,6 +54,8 @@ limitations under the License.
input.mx_NetworkDropdown_networkoption, input.mx_NetworkDropdown_networkoption:focus {
border: 0;
padding-top: 0;
padding-bottom: 0;
}
.mx_NetworkDropdown_menu {