Remove input.
This commit is contained in:
parent
48099730e9
commit
78c16334b5
|
@ -223,12 +223,6 @@
|
||||||
</InlineAlert>
|
</InlineAlert>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<p class="fourthWarning">
|
|
||||||
Please enter "<b on:click={autofillSourceName} class="sourceName"
|
|
||||||
>{source?.name}</b
|
|
||||||
>" below to confirm.
|
|
||||||
</p>
|
|
||||||
<Input bind:value={deleteSourceName} placeholder={source?.name} />
|
|
||||||
</div>
|
</div>
|
||||||
</ConfirmDialog>
|
</ConfirmDialog>
|
||||||
|
|
||||||
|
@ -274,9 +268,4 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fourthWarning {
|
|
||||||
margin: 12px 0 6px;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue