Merge pull request #3940 from nyatla/master

Small layout and cursor problem fix.
This commit is contained in:
Dan Finlay 2018-04-23 17:07:40 -07:00 committed by GitHub
commit 66ae4a948a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@
font-weight: 400;
line-height: 21px;
margin-left: 8px;
cursor:pointer;
}
}

View File

@ -139,7 +139,7 @@
.network-dropdown-title {
height: 25px;
width: 75px;
width: 120px;
color: $white;
font-family: Roboto;
font-size: 18px;

View File

@ -789,6 +789,7 @@
display: flex;
justify-content: center;
align-items: center;
padding: 0 3px;
cursor: pointer;
}