Add space for config editor buttons

This commit is contained in:
Nicolas Mowen 2025-06-18 13:17:11 -06:00
parent 89623d8de1
commit 3857972d20

View File

@ -265,7 +265,7 @@ function ConfigEditor() {
</div>
</div>
<div className="flex flex-1 flex-col overflow-hidden">
<div className="mt-2 flex flex-1 flex-col overflow-hidden">
{error && (
<div className="mt-2 max-h-[30%] min-h-[2.5rem] overflow-auto whitespace-pre-wrap border-2 border-muted bg-background_alt p-4 text-sm text-danger md:max-h-[40%]">
{error}