fix(design): input bg should be white on "add instance" page (#663)

This commit is contained in:
Nolan Lawson 2018-11-20 07:54:40 -08:00 committed by GitHub
parent 4124da2439
commit 20ae390308
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@
.add-new-instance-input {
min-width: 70%;
max-width: 100%;
background-color: white;
}
.add-new-instance {