fix(design): input bg should be white on "add instance" page (#663)
This commit is contained in:
parent
4124da2439
commit
20ae390308
|
@ -41,6 +41,7 @@
|
|||
.add-new-instance-input {
|
||||
min-width: 70%;
|
||||
max-width: 100%;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.add-new-instance {
|
||||
|
|
Loading…
Reference in New Issue