forked from MapComplete/MapComplete
Change height
This commit is contained in:
parent
55cde117d7
commit
302289c36e
1 changed files with 2 additions and 2 deletions
|
@ -185,12 +185,12 @@
|
|||
<Region configs={perRegion["expert"]} {state} />
|
||||
</div>
|
||||
<div slot="title5">Configuration file</div>
|
||||
<div slot="content5">
|
||||
<div slot="content5" class="h-full">
|
||||
<div>
|
||||
Below, you'll find the raw configuration file in `.json`-format. This is mostly for
|
||||
debugging purposes, but you can also edit the file directly if you want.
|
||||
</div>
|
||||
<div class="literal-code h-64 w-full">
|
||||
<div class="literal-code h-full w-full">
|
||||
<RawEditor {state} />
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue