Prevent network dropdown resizing slightly

Dropdown resized by 2px when opened
pull/2382/head
David Baker 2016-09-29 16:49:44 +01:00
parent 65f14c7d21
commit b652ea5024
1 changed files with 2 additions and 0 deletions

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 {