mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-12-23 19:11:14 +01:00
Fix config editor error pane (#14264)
This commit is contained in:
parent
bc3a06178b
commit
6a83ff2511
@ -220,7 +220,7 @@ function ConfigEditor() {
|
||||
</div>
|
||||
|
||||
{error && (
|
||||
<div className="mt-2 max-h-[30%] overflow-auto whitespace-pre-wrap border-2 border-muted bg-background_alt p-4 text-sm text-danger md:max-h-full">
|
||||
<div className="mt-2 max-h-[30%] overflow-auto whitespace-pre-wrap border-2 border-muted bg-background_alt p-4 text-sm text-danger md:max-h-[40%]">
|
||||
{error}
|
||||
</div>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user